1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

Fixed standard reply anchor

This commit is contained in:
M66B 2018-10-16 08:26:59 +00:00
parent d2825e9bcd
commit 20ec06ba54

View file

@ -1027,7 +1027,8 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
}
});
PopupMenu popupMenu = new PopupMenu(context, itemView);
View anchor = bnvActions.findViewById(R.id.action_more);
PopupMenu popupMenu = new PopupMenu(context, anchor);
int order = 0;
for (EntityAnswer answer : answers)