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

Commit 716b952a authored by Yunfan Chen's avatar Yunfan Chen
Browse files

Use flexible insets by default

Flip the flag.

Bug: 161689946
Bug: 169329927
Test: DisplayPolicyTests InsetsSourceProviderTest
      InsetsStateControllerTest
Change-Id: I3b5dbdce5419c40fd3d7072a5feef952dfa61a6b
parent 89b9508a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ public final class ViewRootImpl implements ViewParent,
     * {@hide}
     */
    public static final boolean INSETS_LAYOUT_GENERALIZATION =
            SystemProperties.getBoolean(USE_FLEXIBLE_INSETS, false);
            SystemProperties.getBoolean(USE_FLEXIBLE_INSETS, true);

    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    static final ThreadLocal<HandlerActionQueue> sRunQueues = new ThreadLocal<HandlerActionQueue>();