mirror of https://github.com/M66B/FairEmail.git
Fixed standard reply anchor
This commit is contained in:
parent
d2825e9bcd
commit
20ec06ba54
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue