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

Commit 15f7de83 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Drop target NPE due to wrong android:theme usage

Bug: 127345257
Change-Id: I2774644b304b26f56e380f75d17790d05744def1
parent 0a13878b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        android:ellipsize="end"
        android:textSize="@dimen/snackbar_max_text_size"
        android:textColor="?android:attr/textColorPrimary"
        android:theme="@style/TextTitle"/>
        style="@style/TextTitle"/>
    <TextView
        android:id="@+id/action"
        android:layout_height="@dimen/snackbar_content_height"
@@ -42,6 +42,6 @@
        android:textStyle="bold"
        android:textSize="@dimen/snackbar_max_text_size"
        android:textColor="?android:attr/colorAccent"
        android:theme="@style/TextTitle"
        style="@style/TextTitle"
        android:capitalize="sentences"/>
</merge>
 No newline at end of file