Don't leave artifats behind when dimissing mboxes

develop
Myk Taylor 2022-12-30 22:20:50 -08:00
parent dd0cc087d5
commit 1d7a7c8a49
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

@ -661,6 +661,8 @@ function Screen:dismiss()
if self._native then
dscreen.dismiss(self)
end
-- don't leave artifacts behind on the parent screen when we disappear
Screen.request_full_screen_refresh = true
end
function Screen:onDismiss()