Show style bar on show draft

pull/210/head
M66B 2 years ago
parent 411a041dc4
commit 5a49d4b0d8

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

Loading…
Cancel
Save