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

Commit 3caab56c authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am d08372bc: Merge "Fixed a bug where the alarm could overlap in QS" into lmp-dev

* commit 'd08372bc89eb0a1de3dee72a270b65b10701aad3':
  Fixed a bug where the alarm could overlap in QS
parents 18321f53 0eba4e27
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -623,7 +623,10 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL
        mSettingsButton.setTranslationX(values.settingsTranslation);
        mSettingsButton.setRotation(values.settingsRotation);
        applyAlpha(mEmergencyCallsOnly, values.emergencyCallsOnlyAlpha);
        if (!mShowingDetail) {
            // Otherwise it needs to stay invisible
            applyAlpha(mAlarmStatus, values.alarmStatusAlpha);
        }
        applyAlpha(mDateCollapsed, values.dateCollapsedAlpha);
        applyAlpha(mDateExpanded, values.dateExpandedAlpha);
        applyAlpha(mBatteryLevel, values.batteryLevelAlpha);