Fix float ball reflow in landscape

This commit is contained in:
7015725
2026-05-19 05:06:27 +08:00
parent d557bdefa2
commit a6b5736f9a
5 changed files with 100 additions and 16 deletions

View File

@@ -229,7 +229,7 @@ FloatBallAppWM.prototype.startAsync = function(entryProcInfo, closeRule) {
if (act === android.content.Intent.ACTION_CONFIGURATION_CHANGED) {
self.cancelDockTimer();
self.onScreenChangedReflow();
self.scheduleScreenReflow("configuration_changed");
self.touchActivity();
}