Loading services/core/java/com/android/server/wm/DragDropController.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -181,7 +181,11 @@ class DragDropController { } } } finally { } finally { if (surface != null) { if (surface != null) { surface.release(); try (final SurfaceControl.Transaction transaction = mService.mTransactionFactory.get()) { transaction.remove(surface); transaction.apply(); } } } } } } } Loading Loading
services/core/java/com/android/server/wm/DragDropController.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -181,7 +181,11 @@ class DragDropController { } } } finally { } finally { if (surface != null) { if (surface != null) { surface.release(); try (final SurfaceControl.Transaction transaction = mService.mTransactionFactory.get()) { transaction.remove(surface); transaction.apply(); } } } } } } } Loading