Skip to content

Commit 4f319d9

Browse files
committed
[DNM] disable top shadow on statusbar
* looks horrible on oled, but could not find any commit making it optional for A10 trebuchet.
1 parent 6777083 commit 4f319d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/android/launcher3/graphics/WorkspaceAndHotseatScrim.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private void reapplySysUiAlpha() {
255255
}
256256

257257
private void reapplySysUiAlphaNoInvalidate() {
258-
float factor = mSysUiProgress * mSysUiAnimMultiplier;
258+
float factor = 0.0f;
259259
mBottomMaskPaint.setAlpha(Math.round(MAX_HOTSEAT_SCRIM_ALPHA * factor));
260260
if (mTopScrim != null) {
261261
mTopScrim.setAlpha(Math.round(255 * factor));

0 commit comments

Comments
 (0)