mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 06:49:24 -05:00
Refresh status bar after Pmem Reset (#1899)
This commit is contained in:
parent
a442971b81
commit
44c319dcc6
@ -612,6 +612,8 @@ SetPersistentMemoryView::SetPersistentMemoryView(NavigationView& nav) {
|
|||||||
[this](bool choice) {
|
[this](bool choice) {
|
||||||
if (choice) {
|
if (choice) {
|
||||||
pmem::cache::defaults();
|
pmem::cache::defaults();
|
||||||
|
// Refresh status bar
|
||||||
|
send_system_refresh();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user