Prevent crash

This commit is contained in:
M66B 2022-04-24 09:02:33 +02:00
parent 0373aa1098
commit c945e94656
1 changed files with 1 additions and 1 deletions

View File

@ -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();