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

Commit a96c11d0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removes obsolete alpha modifications" into qt-dev

parents 1e5e72f2 d41abb25
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);
        }
    }