Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Ensure UI Hardware rending is only disabled on the tray and spinner. (#…
Browse files Browse the repository at this point in the history
…3172)

Fixes #3148
  • Loading branch information
bluemarvin authored Apr 16, 2020
1 parent cd232d9 commit a604148
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static void setRenderActive(boolean aActive) {
mTextureWidth = aWidth;
mTextureHeight = aHeight;
mSurface = aSurface;
mIsHardwareAccelerationEnabled = sUseHardwareAcceleration;
}

void resize(int aWidth, int aHeight) {
Expand Down

0 comments on commit a604148

Please sign in to comment.