1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Show all templates in message composer

This commit is contained in:
M66B 2020-09-13 18:19:49 +02:00
parent 9d54d89782
commit 3a6718b515

View file

@ -1571,7 +1571,7 @@ public class FragmentCompose extends FragmentBase {
new SimpleTask<List<EntityAnswer>>() {
@Override
protected List<EntityAnswer> onExecute(Context context, Bundle args) {
return DB.getInstance(context).answer().getAnswersByFavorite(false);
return DB.getInstance(context).answer().getAnswers(false);
}
@Override