mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Stop crash on pasting long numbers as country code
//FREEBIE Closes #2311
This commit is contained in:
parent
724dced820
commit
d36d33f837
@ -44,7 +44,8 @@
|
||||
android:singleLine="true"
|
||||
android:gravity="center"
|
||||
android:inputType="phone"
|
||||
android:digits="0123456789" />
|
||||
android:digits="0123456789"
|
||||
android:maxLength="3" />
|
||||
|
||||
<EditText android:id="@+id/number"
|
||||
android:layout_width="0dip"
|
||||
|
Loading…
Reference in New Issue
Block a user