1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Show style bar on show draft

This commit is contained in:
M66B 2022-12-14 10:27:57 +01:00
parent 411a041dc4
commit 5a49d4b0d8

View file

@ -632,7 +632,7 @@ public class FragmentCompose extends FragmentBase {
}
}, 20);
} else {
style_bar.setVisibility(selection ? View.VISIBLE : View.GONE);
style_bar.setVisibility(style || selection ? View.VISIBLE : View.GONE);
media_bar.setVisibility(View.GONE);
}
}