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

Commit 6f134513 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Fixes splash screen get removed directly without passing to client." into main

parents 1a8cce1e c18b4270
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2649,7 +2649,8 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
                // Skip copy splash screen to client if it was resized, or the starting data already
                // requested to be removed after transaction commit.
                || (mStartingData != null && (mStartingData.mResizedFromTransfer
                        || mStartingData.mRemoveAfterTransaction != AFTER_TRANSACTION_IDLE))
                        || mStartingData.mRemoveAfterTransaction
                        == AFTER_TRANSACTION_REMOVE_DIRECTLY))
                || isRelaunching()) {
            return false;
        }