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

Commit c6f36fe6 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix flicker with "trampoline" activities"

parents 4bb27d86 fd189146
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree
    private int mTransitFlags;

    /** Whether our surface was set to be showing in the last call to {@link #prepareSurfaces} */
    private boolean mLastSurfaceShowing;
    private boolean mLastSurfaceShowing = true;

    private AppWindowThumbnail mThumbnail;