mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-27 08:17:50 +00: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