mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Prevent NPE
This commit is contained in:
@@ -7859,7 +7859,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
|
||||
private void performSearch(boolean next) {
|
||||
if (etSearch == null)
|
||||
if (etSearch == null || etBody == null)
|
||||
return;
|
||||
|
||||
clearSearch();
|
||||
|
||||
Reference in New Issue
Block a user