mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed disappearing icons
This commit is contained in:
@@ -202,9 +202,6 @@ public class FragmentRule extends FragmentBase {
|
||||
|
||||
bottom_navigation = view.findViewById(R.id.bottom_navigation);
|
||||
|
||||
for (int i = 0; i < bottom_navigation.getMenu().size(); i++)
|
||||
bottom_navigation.getMenu().getItem(i).getIcon().mutate();
|
||||
|
||||
pbWait = view.findViewById(R.id.pbWait);
|
||||
|
||||
grpReady = view.findViewById(R.id.grpReady);
|
||||
|
||||
Reference in New Issue
Block a user