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

Commit bd34103c authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Fix Activity Transition mess-up." into nyc-dev

parents 793ac342 f43ea5d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5948,7 +5948,7 @@ public class Activity extends ContextThemeWrapper
     * @return true if this is the topmost, non-finishing activity in its task.
     */
    private boolean isTopOfTask() {
        if (mToken == null || mWindow == null || !mWindowAdded) {
        if (mToken == null || mWindow == null) {
            return false;
        }
        try {