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

Commit 7377d4fe authored by Ajay Nadathur's avatar Ajay Nadathur
Browse files

NPE on "Nexus Imprint"

 - When no fingerprint is setup, "Nexus Imprint" crashes because
   "selectableItemBackground" is not defined. (Which is referenced by
   SUW's RecyclerItemAdapter)
 - Added selectableItemBackground to themes.xml

bug:27853943
Change-Id: I0e4107cf92aef5e4e3853ca45af73905d38b230e
parent 872f621e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@
        <item name="android:listPreferredItemPaddingStart">@dimen/suw_layout_margin_sides</item>
        <item name="android:textAppearanceListItemSmall">@android:style/TextAppearance.Material.Body1</item>
        <item name="android:windowAnimationStyle">@style/Animation.SuwWindowAnimation</item>
        <item name="selectableItemBackground">?android:attr/selectableItemBackground</item>

        <item name="suwDividerCondition">both</item>
        <item name="suwListItemIconColor">?android:attr/colorAccent</item>