Refactoring

This commit is contained in:
M66B
2020-09-14 17:02:28 +02:00
parent 32b8cd87f3
commit bf96e7e27f
2 changed files with 4 additions and 14 deletions

View File

@@ -1581,9 +1581,8 @@ public class FragmentCompose extends FragmentBase {
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(getContext(), getViewLifecycleOwner(), vwAnchorMenu);
Menu main = popupMenu.getMenu();
Map<String, SubMenu> map = new HashMap<>();
int order = 0;
Map<String, SubMenu> map = new HashMap<>();
for (EntityAnswer answer : answers) {
order++;
if (answer.group == null)