Merge "Check for null mBlastBufferQueue" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
afe3e11c65
@@ -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