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

Commit da06cb64 authored by Steve Kondik's avatar Steve Kondik
Browse files

Revert "WindowManagerService: Remove window with no app token when not able to dispatch events"

This reverts commit 832a8fcb.
parent 93427971
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -5677,10 +5677,6 @@ public class WindowManagerService extends IWindowManager.Stub
                        //dump();
                        if (targetWin != null) {
                            at = targetWin.getAppToken();
                            if (at == null) {
                               removeWindowInnerLocked(targetWin.mSession, targetWin);
                               return null;
                            }
                        } else if (targetApp != null) {
                            at = targetApp.appToken;
                        }