Merge "Check for null mBlastBufferQueue" into rvc-dev am: afe3e11c65
Change-Id: I1c37efcd048f3e3d0faed467e36e9eec65c1773f
This commit is contained in:
@@ -3779,7 +3779,9 @@ public final class ViewRootImpl implements ViewParent,
|
||||
mNextReportConsumeBLAST = true;
|
||||
mNextDrawUseBLASTSyncTransaction = false;
|
||||
|
||||
mBlastBufferQueue.setNextTransaction(mRtBLASTSyncTransaction);
|
||||
if (mBlastBufferQueue != null) {
|
||||
mBlastBufferQueue.setNextTransaction(mRtBLASTSyncTransaction);
|
||||
}
|
||||
}
|
||||
boolean canUseAsync = draw(fullRedrawNeeded);
|
||||
if (usingAsyncReport && !canUseAsync) {
|
||||
|
||||
Reference in New Issue
Block a user