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:
parent
9d54d89782
commit
3a6718b515
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue