[FL-1472] Clear default button names (#754)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
5cb5d15376
commit
91c5151518
@ -27,7 +27,7 @@ void IrdaAppSceneLearnEnterName::on_enter(IrdaApp* app) {
|
|||||||
app,
|
app,
|
||||||
app->get_text_store(0),
|
app->get_text_store(0),
|
||||||
IrdaAppRemoteManager::max_button_name_length,
|
IrdaAppRemoteManager::max_button_name_length,
|
||||||
false);
|
true);
|
||||||
|
|
||||||
view_manager->switch_to(IrdaAppViewManager::ViewType::TextInput);
|
view_manager->switch_to(IrdaAppViewManager::ViewType::TextInput);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user