mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-18 12:04:03 -04:00
[EGD-7024] Keep the state of SMS on phone lock
The SMS is not deleted on manual or automatic phone lock.
This commit is contained in:
committed by
Piotr Tanski
parent
97538c8969
commit
c2e45b0799
@@ -93,7 +93,7 @@ namespace gui
|
||||
return AppWindow::onInput(inputEvent);
|
||||
}
|
||||
|
||||
void SMSThreadViewWindow::onClose()
|
||||
void SMSThreadViewWindow::onClose([[maybe_unused]] CloseReason reason)
|
||||
{
|
||||
smsModel->handleDraftMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user