Loading services/java/com/android/server/WindowManagerService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -3218,7 +3218,6 @@ public class WindowManagerService extends IWindowManager.Stub ttoken.windows.remove(startingWindow); ttoken.windows.remove(startingWindow); ttoken.allAppWindows.remove(startingWindow); ttoken.allAppWindows.remove(startingWindow); addWindowToListInOrderLocked(startingWindow, true); addWindowToListInOrderLocked(startingWindow, true); wtoken.allAppWindows.add(startingWindow); // Propagate other interesting state between the // Propagate other interesting state between the // tokens. If the old token is displayed, we should // tokens. If the old token is displayed, we should Loading Loading
services/java/com/android/server/WindowManagerService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -3218,7 +3218,6 @@ public class WindowManagerService extends IWindowManager.Stub ttoken.windows.remove(startingWindow); ttoken.windows.remove(startingWindow); ttoken.allAppWindows.remove(startingWindow); ttoken.allAppWindows.remove(startingWindow); addWindowToListInOrderLocked(startingWindow, true); addWindowToListInOrderLocked(startingWindow, true); wtoken.allAppWindows.add(startingWindow); // Propagate other interesting state between the // Propagate other interesting state between the // tokens. If the old token is displayed, we should // tokens. If the old token is displayed, we should Loading