mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Fixed loading inline images drafts
This commit is contained in:
@@ -536,6 +536,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
etExtra.setHint("");
|
||||
tvDomain.setText(null);
|
||||
etBody.setText(null);
|
||||
|
||||
grpHeader.setVisibility(View.GONE);
|
||||
grpExtra.setVisibility(View.GONE);
|
||||
@@ -3275,6 +3276,12 @@ public class FragmentCompose extends FragmentBase {
|
||||
args.putBoolean("show_images", show_images);
|
||||
|
||||
new SimpleTask<Spanned[]>() {
|
||||
@Override
|
||||
protected void onPreExecute(Bundle args) {
|
||||
// Needed to get width for images
|
||||
grpBody.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onPostExecute(Bundle args) {
|
||||
state = State.LOADED;
|
||||
|
||||
Reference in New Issue
Block a user