mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
iButton: header message fix
This commit is contained in:
parent
1d196b41e9
commit
8240b25fe0
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ void ibutton_scene_save_success_on_exit(void* context) {
|
|||
iButton* ibutton = context;
|
||||
Popup* popup = ibutton->popup;
|
||||
|
||||
popup_set_header(popup, NULL, 0, 0, AlignCenter, AlignBottom);
|
||||
popup_set_text(popup, NULL, 0, 0, AlignCenter, AlignTop);
|
||||
popup_set_icon(popup, 0, 0, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue