mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Updated FAQ
This commit is contained in:
@@ -1162,6 +1162,11 @@ public class FragmentCompose extends FragmentEx {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, Void data) {
|
||||
etBody.requestLayout();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
if (ex instanceof IOException)
|
||||
|
||||
Reference in New Issue
Block a user