TF-3479 Always persist as much normal screen as possible

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-02-14 16:53:17 +07:00
committed by Dat H. Pham
parent 16cb8c8a37
commit c21a9dda24
8 changed files with 188 additions and 115 deletions
@@ -4590,4 +4590,11 @@ class AppLocalizations {
name: 'hideAll',
);
}
String get exitFullscreen {
return Intl.message(
'Exit fullscreen',
name: 'exitFullscreen',
);
}
}