mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 02:15:45 +01:00
Prevent NPE
This commit is contained in:
@@ -3977,6 +3977,8 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
static void clearComposingText(TextView view) {
|
||||
if (view == null)
|
||||
return;
|
||||
view.clearComposingText();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user