Skip to content

Commit 4a2ab0e

Browse files
authored
Merge pull request #23 from jblanked/dev_0.8.1
notify the user if the app failed to updated
2 parents df3f01b + 545d80f commit 4a2ab0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flip_world.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ static bool flip_world_update_app(FlipperHTTP *fhttp, DateTime *time_current, bo
400400
if (fhttp->state == ISSUE)
401401
{
402402
FURI_LOG_E(TAG, "Failed to fetch fap file 2");
403+
easy_flipper_dialog("Update Error", "Failed to download the\nupdate file.\nPlease try again.");
403404
return false;
404405
}
405406
return true;

0 commit comments

Comments
 (0)