Browse Source

Fixed standard reply anchor

main
M66B 5 years ago
parent
commit
20ec06ba54
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/src/main/java/eu/faircode/email/AdapterMessage.java

+ 2
- 1
app/src/main/java/eu/faircode/email/AdapterMessage.java 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)


Loading…
Cancel
Save