Loading services/core/java/com/android/server/wm/WindowSurfacePlacer.java +1 −3 Original line number Diff line number Diff line Loading @@ -731,9 +731,7 @@ class WindowSurfacePlacer { } try { if (task == null || task.mStack.getBoundsAnimating()) { w.mClient.moved(left, top); } } catch (RemoteException e) { } w.mMovedByResize = false; Loading Loading
services/core/java/com/android/server/wm/WindowSurfacePlacer.java +1 −3 Original line number Diff line number Diff line Loading @@ -731,9 +731,7 @@ class WindowSurfacePlacer { } try { if (task == null || task.mStack.getBoundsAnimating()) { w.mClient.moved(left, top); } } catch (RemoteException e) { } w.mMovedByResize = false; Loading