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

Commit 41770fbc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix overview live tile flickers when clicking on overview action buttons" into main

parents 00110bce 024a1018
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class ViewUtils {
        boolean mSurfaceCallbackRegistered = false;
        boolean mFinished;

        int mDeferFrameCount = 1;
        int mDeferFrameCount = 2;

        FrameHandler(View view, Runnable finishCallback, BooleanSupplier cancelled) {
            mViewRoot = view.getViewRootImpl();