hide manual login by default
This commit is contained in:
parent
863de5244b
commit
2bd58fa29d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
android:id="@+id/old_login_wrapper"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="visible">
|
||||
android:visibility="gone">
|
||||
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:id="@+id/username_container"
|
||||
|
|
Loading…
Reference in a new issue