Disabling the icons for the color picker menu

This commit is contained in:
LucasGGamerM
2022-12-02 11:58:40 -03:00
parent 6a674d7a7e
commit 8fa5824e3e
2 changed files with 3 additions and 3 deletions

View File

@@ -679,7 +679,7 @@ public class SettingsFragment extends MastodonToolbarFragment{
return false;
return true;
});
UiUtils.enablePopupMenuIcons(getActivity(), popupMenu);
// UiUtils.enablePopupMenuIcons(getActivity(), popupMenu);
button.setOnTouchListener(popupMenu.getDragToOpenListener());
button.setOnClickListener(v->popupMenu.show());
}