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

Commit 450b44b8 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by android-build-merger
Browse files

Merge "Remove ripple from Dark mode tile" into qt-dev am: b6c8270c

am: 678c2f3e

Change-Id: Ib5c1c47e580cafaccbc76f203fe21421d11df78c
parents 84be46b3 678c2f3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ public class UiModeNightTile extends QSTileImpl<QSTile.BooleanState> implements
        state.icon = mIcon;
        state.expandedAccessibilityClassName = Switch.class.getName();
        state.state = state.value ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE;
        state.showRippleEffect = false;
    }

    @Override