mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Auto focus national number field after valid country code in delete fragment.
This commit is contained in:
committed by
Greyson Parrelli
parent
23579a9b1d
commit
b972e05660
@@ -132,7 +132,7 @@ public class DeleteAccountFragment extends Fragment {
|
||||
|
||||
reformatText(number.getText());
|
||||
|
||||
if (!TextUtils.isEmpty(regionCode) && !"ZZ".equals(regionCode) && !countryCode.hasFocus()) {
|
||||
if (!TextUtils.isEmpty(regionCode) && !"ZZ".equals(regionCode)) {
|
||||
number.requestFocus();
|
||||
|
||||
int numberLength = number.getText().length();
|
||||
|
||||
Reference in New Issue
Block a user