mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Fixed disappearing icons
This commit is contained in:
@@ -74,9 +74,6 @@ public class FragmentAnswer 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