mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Hack to prevent disappearing icons
This commit is contained in:
@@ -71,7 +71,12 @@ public class FragmentAnswer extends FragmentBase {
|
||||
cbHide = view.findViewById(R.id.cbHide);
|
||||
etText = view.findViewById(R.id.etText);
|
||||
ibInfo = view.findViewById(R.id.ibInfo);
|
||||
|
||||
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