Hack to prevent disappearing icons

This commit is contained in:
M66B
2019-06-20 10:33:29 +02:00
parent 7843134b47
commit 5215bfce98
5 changed files with 23 additions and 1 deletions

View File

@@ -201,6 +201,10 @@ public class FragmentRule extends FragmentBase {
tvAutomation = view.findViewById(R.id.tvAutomation);
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);