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

Commit e06593c9 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: 66e60b40 am: a27a8f2e

Change-Id: I727d7f805669d1b37754b0a6defa08deb8ba7bcc
parents d64303f9 a27a8f2e
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);