Updated FAQ

This commit is contained in:
M66B
2019-01-08 11:01:05 +00:00
parent 2cfef9cf09
commit 4d3fcf51ff
2 changed files with 27 additions and 3 deletions

View File

@@ -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)