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

Commit d39648b2 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix sysui-studio build

ic_fingerprint had name collision with resources on the sysui folder.

Test: make
Bug: 194183870
Change-Id: I1f835f1809062fa4aaa3cc1c1cd347b5f7b69ee9
parent 6665ad79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
        android:id="@+id/locked_fp"
        android:state_middle="true"
        android:state_single="false"
        android:drawable="@drawable/ic_fingerprint" />
        android:drawable="@drawable/ic_kg_fingerprint" />

    <item
        android:id="@+id/unlocked"