Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 071fdc6d authored by Govinda Wasserman's avatar Govinda Wasserman Committed by android-build-merger
Browse files

Merge "Removes obsolete alpha modifications" into qt-dev

am: a96c11d0

Change-Id: I594debab9adbdd4e7ab69630d843b027ef41ca56
parents 4c7a27b2 a96c11d0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1440,10 +1440,8 @@ public class NotificationPanelView extends PanelView implements
        } else if (statusBarState == StatusBarState.KEYGUARD
                || statusBarState == StatusBarState.SHADE_LOCKED) {
            mKeyguardBottomArea.setVisibility(View.VISIBLE);
            mKeyguardBottomArea.setAlpha(1f);
        } else {
            mKeyguardBottomArea.setVisibility(View.GONE);
            mKeyguardBottomArea.setAlpha(1f);
        }
    }