iButton: header message fix

This commit is contained in:
MX 2022-11-11 17:04:32 +03:00
parent 1d196b41e9
commit 8240b25fe0
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

View file

@ -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);