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

Commit 7717a9e8 authored by ellen.yang's avatar ellen.yang Committed by Chris Li
Browse files

getOrCreatePendingTransaction() is occur NullPointerException caused the android reboot

Bug: 412534125
Flag: EXEMPT small bug fix
Merged-In: I6e367e60df4f256246aee5325a2d76d5daf7f0c0
Change-Id: I6e367e60df4f256246aee5325a2d76d5daf7f0c0
parent ea760739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2496,7 +2496,7 @@ class RootWindowContainer extends WindowContainer<DisplayContent>
                    // Kick off any lingering app transitions form the MoveTaskToFront operation,
                    // but only consider the top activity on that display.
                    rootTask.executeAppTransition(targetOptions);
                } else {
                } else if (topRunningActivity.attachedToProcess()) {
                    resumedOnDisplay[0] |= topRunningActivity.makeActiveIfNeeded(target);
                }
            });