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

Commit 539356bd authored by Yunfan Chen's avatar Yunfan Chen Committed by Android (Google) Code Review
Browse files

Merge "Use flexible insets by default"

parents 0128b805 716b952a
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>();