mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Prevent crash
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user