Explorar o código

Merge pull request #23 from jblanked/dev_0.8.1

notify the user if the app failed to updated
JBlanked hai 9 meses
pai
achega
4a2ab0eef9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;