mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Anchor folder popup menu to folder name
This commit is contained in:
parent
451f73f93a
commit
b4f88a7b1c
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
|||
if (folder.tbd != null)
|
||||
return false;
|
||||
|
||||
PopupMenu popupMenu = new PopupMenu(context, view);
|
||||
PopupMenu popupMenu = new PopupMenu(context, tvName);
|
||||
|
||||
popupMenu.getMenu().add(Menu.NONE, action_synchronize_now, 1, R.string.title_synchronize_now);
|
||||
|
||||
|
|
Loading…
Reference in a new issue