[FL-1472] Clear default button names (#754)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Albert Kharisov 2021-10-12 19:05:02 +04:00 committed by GitHub
parent 5cb5d15376
commit 91c5151518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ void IrdaAppSceneLearnEnterName::on_enter(IrdaApp* app) {
app,
app->get_text_store(0),
IrdaAppRemoteManager::max_button_name_length,
false);
true);
view_manager->switch_to(IrdaAppViewManager::ViewType::TextInput);
}