mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Prevent crash
This commit is contained in:
@@ -634,6 +634,9 @@ public class FragmentRule extends FragmentBase {
|
||||
|
||||
@Override
|
||||
public void afterTextChanged(Editable s) {
|
||||
if (cbResend == null)
|
||||
return;
|
||||
|
||||
cbResend.setEnabled(!TextUtils.isEmpty(s.toString()));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user