소스 검색

fix freeze in friends view

jblanked 10 달 전
부모
커밋
c10444822e
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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");