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

Commit 7704af8d authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by android-build-merger
Browse files

Fix NPE am: 4b812526 am: 8b26f5ee

am: 11f2fa58

Change-Id: I4fbc8e07d2486520e327b14d464f4518ffa84a3e
parents a8d2e75d 11f2fa58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8833,7 +8833,7 @@ public class WindowManagerService extends IWindowManager.Stub
            // We may need to schedule some toast windows to be removed. The
            // toasts for an app that does not have input focus are removed
            // within a timeout to prevent apps to redress other apps' UI.
            oldFocus.getDisplayContent().scheduleToastWindowsTimeoutIfNeededLocked(
            getDefaultDisplayContentLocked().scheduleToastWindowsTimeoutIfNeededLocked(
                        oldFocus, newFocus);

            Trace.traceEnd(Trace.TRACE_TAG_WINDOW_MANAGER);