Loading core/java/android/view/ViewRootImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -1890,9 +1890,11 @@ public final class ViewRootImpl implements ViewParent, mSurface.release(); mSurfaceControl.release(); // We should probably add an explicit dispose. if (mBlastBufferQueue != null) { mBlastBufferQueue.destroy(); mBlastBufferQueue = null; } } /** * Block the input events during an Activity Transition. The KEYCODE_BACK event is allowed Loading Loading
core/java/android/view/ViewRootImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -1890,9 +1890,11 @@ public final class ViewRootImpl implements ViewParent, mSurface.release(); mSurfaceControl.release(); // We should probably add an explicit dispose. if (mBlastBufferQueue != null) { mBlastBufferQueue.destroy(); mBlastBufferQueue = null; } } /** * Block the input events during an Activity Transition. The KEYCODE_BACK event is allowed Loading