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

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

Merge "[PostBoot] Fix bug where post boot shader has a flicker" into main

parents 7ba66be1 dd7d854c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1345,7 +1345,8 @@ public class Launcher extends StatefulActivity<LauncherState>
        if (requestArgs != null) {
            setWaitingForResult(requestArgs);
        }
        mPendingActivityRequestCode = savedState.getInt(RUNTIME_STATE_PENDING_REQUEST_CODE);
        mPendingActivityRequestCode = savedState.getInt(
                RUNTIME_STATE_PENDING_REQUEST_CODE, mPendingActivityRequestCode);

        mPendingActivityResult = savedState.getParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT);