mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Some thought
This commit is contained in:
parent
39fec59875
commit
7b3b5cf9c5
1 changed files with 2 additions and 1 deletions
|
@ -210,7 +210,8 @@ public class FragmentSetup extends FragmentBase {
|
|||
menu.add(Menu.NONE, R.string.title_setup_pop3, order++, ss);
|
||||
|
||||
menu.add(Menu.NONE, R.string.menu_faq, order++, R.string.menu_faq)
|
||||
.setIcon(R.drawable.twotone_support_24);
|
||||
.setIcon(R.drawable.twotone_support_24)
|
||||
.setVisible(false);
|
||||
|
||||
popupMenu.insertIcons(context);
|
||||
|
||||
|
|
Loading…
Reference in a new issue