c0ck suckers updating all the f-ing functions

This commit is contained in:
RogueMaster
2022-10-10 02:48:32 -04:00
parent e64f545b97
commit 205d337844

View File

@@ -55,7 +55,7 @@ WifideautherApp* wifi_deauther_app_alloc() {
view_dispatcher_add_view( view_dispatcher_add_view(
app->view_dispatcher, WifideautherAppViewConsoleOutput, text_box_get_view(app->text_box)); app->view_dispatcher, WifideautherAppViewConsoleOutput, text_box_get_view(app->text_box));
app->text_box_store = furi_string_alloc(); app->text_box_store = furi_string_alloc();
string_reserve(app->text_box_store, WIFI_deauther_TEXT_BOX_STORE_SIZE); furi_string_reserve(app->text_box_store, WIFI_deauther_TEXT_BOX_STORE_SIZE);
app->text_input = text_input_alloc(); app->text_input = text_input_alloc();
view_dispatcher_add_view( view_dispatcher_add_view(