Only apply pendingTransaction if hasPendingTransaction is true
The current code will attempt to apply pendingTransaction when a frame didn't draw even if no one called applyTransactionOnDraw. Add a check if mHasPendingTransaction to make sure we don't overapply. Test: Build Bug: 302404882 Change-Id: I2b5781d53586ec37df88d79d3ccaa680263ec941
Loading
Please register or sign in to comment