Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9959885f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Check for null mBlastBufferQueue" into rvc-dev am: afe3e11c am: be01ff1e am: 4e24f748

Change-Id: I4d023bf2333d69b0f0f936c4ac6fde878e6fbc18
parents e6e9148c 4e24f748
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3779,8 +3779,10 @@ public final class ViewRootImpl implements ViewParent,
                mNextReportConsumeBLAST = true;
                mNextDrawUseBLASTSyncTransaction = false;

                if (mBlastBufferQueue != null) {
                    mBlastBufferQueue.setNextTransaction(mRtBLASTSyncTransaction);
                }
            }
            boolean canUseAsync = draw(fullRedrawNeeded);
            if (usingAsyncReport && !canUseAsync) {
                mAttachInfo.mThreadedRenderer.setFrameCompleteCallback(null);