mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
0373aa1098
commit
c945e94656
|
@ -199,7 +199,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
|||
|
||||
@Override
|
||||
public void afterTextChanged(Editable s) {
|
||||
if (tvCharacters == null)
|
||||
if (tvCharacters == null || tilPassword == null)
|
||||
return;
|
||||
|
||||
String password = s.toString();
|
||||
|
|
Loading…
Reference in New Issue