Explorar el Código

fix freeze in friends view

jblanked hace 9 meses
padre
commit
c10444822e
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      callback/callback.c

+ 4 - 2
callback/callback.c

@@ -2278,9 +2278,11 @@ void callback_logged_in_profile_item_selected(void *context, uint32_t index)
             FlipSocialViewSubmenu,
             FlipSocialViewVariableItemList,
             &app->view_dispatcher,
-            true);
+            false);
 
-        free_flipper_http();
+        // we cannot do this here because we get a freeze
+        // free_flipper_http();
+        // it will be freed later anyways
         break;
     default:
         FURI_LOG_E(TAG, "Unknown configuration item index");