mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Prevent crash
This commit is contained in:
@@ -637,6 +637,9 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
@Override
|
||||
public void afterTextChanged(Editable text) {
|
||||
if (etBody == null)
|
||||
return;
|
||||
|
||||
LogPrinter lp = null;
|
||||
if (BuildConfig.DEBUG &&
|
||||
(added != null || removed != null))
|
||||
|
||||
Reference in New Issue
Block a user