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

Commit b13213f2 authored by Adrian Roos's avatar Adrian Roos Committed by The Android Automerger
Browse files

Fix SUW redaction interstitial crash

Bug: 27518157
Change-Id: Id0c2eae88db41080e35200ee8f94ee74ea0a9a1f
parent 95654c4f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -72,6 +72,15 @@
                android:layout_height="wrap_content"
                android:text="@string/lock_screen_notifications_summary_disable" />

            <!-- CheckBox is styled with SuwRadioButton to make it line up nicely with the radios
                 above. -->
            <CheckBox
                android:id="@+id/lockscreen_remote_input"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/suw_check_box_margin_top"
                android:text="@string/lockscreen_remote_input"
                style="@style/SuwRadioButton" />
        </RadioGroup>

    </LinearLayout>