Update back gesture zone any time the screen size changes.

Fix: 336697780
Test: Manual testing, open widget picker on folded front screen and then unfold, the widget picker should be showing and the backgesture should work.
Flag: EXEMPT bugfix
Change-Id: Ie4a7bffbd9b24ba26826f825a7c66216f565952f
This commit is contained in:
Sebastian Franco
2024-07-03 13:51:43 -07:00
parent f4aa900009
commit 00ed8ccde7
+1
View File
@@ -771,6 +771,7 @@ public class Launcher extends StatefulActivity<LauncherState>
// initialized properly.
onSaveInstanceState(new Bundle());
mModel.rebindCallbacks();
updateDisallowBack();
} finally {
Trace.endSection();
}