We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b5caee + 0901fda commit 0d8eba6Copy full SHA for 0d8eba6
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
@@ -1943,9 +1943,7 @@ private void addStatusBarWindow() {
1943
| WindowManager.LayoutParams.FLAG_SPLIT_TOUCH,
1944
PixelFormat.TRANSLUCENT);
1945
1946
- if (ActivityManager.isHighEndGfx(mDisplay)) {
1947
- lp.flags |= WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED;
1948
- }
+ lp.flags |= WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED;
1949
1950
lp.gravity = getStatusBarGravity();
1951
lp.setTitle("StatusBar");
0 commit comments