mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 14:30:25 +00:00
Reset widget on exit from more info scene
This commit is contained in:
parent
aad9f6be28
commit
aef18f6b2f
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ static bool
|
|||
|
||||
static void nfc_protocol_support_scene_more_info_on_exit(NfcApp* instance) {
|
||||
text_box_reset(instance->text_box);
|
||||
widget_reset(instance->widget);
|
||||
furi_string_reset(instance->text_box_store);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue