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

Commit f0293ebb authored by Sundeep Ghuman's avatar Sundeep Ghuman
Browse files

Clean up wifi_friction icon unused states.

Bug: 34802842
Test: NA - nonfunctional refactor
Change-Id: I3ad11a8b65bf8ac8aea0a240afa74724d4fb34f3
parent 6f98b976
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -18,10 +18,5 @@
        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
    <item
        settings:state_encrypted="true"
        settings:state_saved="true"
        android:drawable="@drawable/ic_friction_lock_closed"/>
    <item
        settings:state_encrypted="true"
        settings:state_saved="false"
        android:drawable="@drawable/ic_friction_lock_closed"/>
</selector>