Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00ed8ccd authored by Sebastian Franco's avatar Sebastian Franco
Browse files

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
parent f4aa9000
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -771,6 +771,7 @@ public class Launcher extends StatefulActivity<LauncherState>
            // initialized properly.
            onSaveInstanceState(new Bundle());
            mModel.rebindCallbacks();
            updateDisallowBack();
        } finally {
            Trace.endSection();
        }