mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Favorite answers
This commit is contained in:
parent
044f62bd6a
commit
bb1e780bfb
1 changed files with 2 additions and 2 deletions
|
@ -2539,8 +2539,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
int order = 100;
|
||||
for (EntityAnswer answer : data.answers) {
|
||||
order++;
|
||||
popupMenu.getMenu().add(1, order, order, answer.toString())
|
||||
.setIcon(R.drawable.twotone_text_snippet_24)
|
||||
popupMenu.getMenu().add(1, order, order, answer.name)
|
||||
.setIcon(R.drawable.twotone_star_24)
|
||||
.setIntent(new Intent().putExtra("id", answer.id));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue