Skip to content

Commit 41970bc

Browse files
SUPERCILEXsamtstern
authored andcommitted
Fix weird keyboard behavior (#787)
1 parent 19132d0 commit 41970bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/res/layout/phone_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
android:layout_marginTop="@dimen/field_padding_vert"
4949
android:layout_below="@id/send_code"
5050
android:textColor="?android:textColorTertiary"
51-
android:textIsSelectable="true" />
51+
android:textIsSelectable="false" />
5252
</RelativeLayout>
5353
</ScrollView>

0 commit comments

Comments
 (0)