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

Commit 6d6e1177 authored by Udam Saini's avatar Udam Saini
Browse files

Fixes a crash in setup wizard when adding a lock screen.

bug:27528834
Change-Id: Idc06850740695669162e239f28c30a1ddad6d2df
parent d9779db8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -74,6 +74,16 @@

        </RadioGroup>

        <CheckBox
            android:id="@+id/lockscreen_remote_input"
            style="@style/SuwCheckBox"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/redaction_vertical_margins"
            android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
            android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
            android:text="@string/lockscreen_remote_input" />

    </LinearLayout>

</com.android.setupwizardlib.SetupWizardLayout>