jblanked 9 месяцев назад
Родитель
Сommit
eff27d5f4d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      callback/callback.c

+ 1 - 1
callback/callback.c

@@ -1246,7 +1246,7 @@ static void run(FlipWorldApp *app)
         return;
         return;
     }
     }
     free_all_views(app, true, true);
     free_all_views(app, true, true);
-    if (!is_enough_heap(10000))
+    if (!is_enough_heap(60000))
     {
     {
         easy_flipper_dialog("Error", "Not enough heap memory.\nPlease restart your Flipper.");
         easy_flipper_dialog("Error", "Not enough heap memory.\nPlease restart your Flipper.");
         return;
         return;