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

Commit 3e3d2c32 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 am: 071fdc6d

am: e58dc252

Change-Id: I13a5511f8ba988bff909eec1c6cf1194f1bce27a
parents 6e44bcd8 e58dc252
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);
        }
    }