Skip to content

Commit f2bdc59

Browse files
Rubin XuAndroid (Google) Code Review
authored andcommitted
Merge "Default to not add account post PO provisioning" into ub-testdpc-rvc
2 parents a2cece0 + ad53ab5 commit f2bdc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_add_account.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
android:id="@+id/add_account"
4747
android:layout_width="wrap_content"
4848
android:layout_height="@dimen/add_account_option_height"
49-
android:checked="true"
5049
android:text="@string/add_account" />
5150

5251
<RadioButton
@@ -59,6 +58,7 @@
5958
android:id="@+id/add_account_skip"
6059
android:layout_width="match_parent"
6160
android:layout_height="@dimen/add_account_option_height"
61+
android:checked="true"
6262
android:text="@string/add_account_skip" />
6363
</RadioGroup>
6464
</LinearLayout>

0 commit comments

Comments
 (0)