Loading packages/SystemUI/shared/src/com/android/systemui/shared/system/SyncRtSurfaceTransactionApplierCompat.java +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public class SyncRtSurfaceTransactionApplierCompat { * this method to avoid synchronization issues. */ public void scheduleApply(final SyncRtSurfaceTransactionApplierCompat.SurfaceParams... params) { if (mTargetViewRootImpl == null) { if (mTargetViewRootImpl == null || mTargetViewRootImpl.getView() == null) { return; } mTargetViewRootImpl.registerRtFrameCallback(new HardwareRenderer.FrameDrawingCallback() { Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/system/SyncRtSurfaceTransactionApplierCompat.java +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public class SyncRtSurfaceTransactionApplierCompat { * this method to avoid synchronization issues. */ public void scheduleApply(final SyncRtSurfaceTransactionApplierCompat.SurfaceParams... params) { if (mTargetViewRootImpl == null) { if (mTargetViewRootImpl == null || mTargetViewRootImpl.getView() == null) { return; } mTargetViewRootImpl.registerRtFrameCallback(new HardwareRenderer.FrameDrawingCallback() { Loading