Enable message icons

This commit is contained in:
M66B
2021-11-09 10:36:10 +01:00
parent da8fd555bf
commit 41c8d49061
3 changed files with 13 additions and 7 deletions

View File

@@ -1622,9 +1622,7 @@ public class FragmentCompose extends FragmentBase {
ssbZoom.append(' ');
for (int i = 0; i <= zoom; i++)
ssbZoom.append('+');
menu.findItem(R.id.menu_zoom)
.setIcon(R.drawable.twotone_format_size_24)
.setTitle(ssbZoom);
menu.findItem(R.id.menu_zoom).setTitle(ssbZoom);
PopupMenuLifecycle.insertIcon(context, menu.findItem(R.id.menu_zoom));
int colorEncrypt = Helper.resolveColor(context, R.attr.colorEncrypt);