Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-31 11:05:30 +08:00
parent b3e2dcf2c5
commit bee04fb2b0
17 changed files with 520 additions and 523 deletions

View File

@@ -10,7 +10,7 @@ abstract final class MaxScreenSize {
static void init() {
_initScreenSize();
if (AndroidHelper.isFoldable) {
AndroidHelper$ToDart.onUserLeaveHint = Runnable.implement(
AndroidHelper$ToDart.onConfigurationChanged = Runnable.implement(
$Runnable(run: _initScreenSize),
);
}