mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 21:13:37 +02:00
Refactoring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user