소스 검색

notify the user if the app failed to updated

jblanked 10 달 전
부모
커밋
545d80f765
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      flip_world.c

+ 1 - 0
flip_world.c

@@ -400,6 +400,7 @@ static bool flip_world_update_app(FlipperHTTP *fhttp, DateTime *time_current, bo
         if (fhttp->state == ISSUE)
         {
             FURI_LOG_E(TAG, "Failed to fetch fap file 2");
+            easy_flipper_dialog("Update Error", "Failed to download the\nupdate file.\nPlease try again.");
             return false;
         }
         return true;