mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Small improvement
This commit is contained in:
parent
011e75e65a
commit
065f7caac9
1 changed files with 1 additions and 0 deletions
|
@ -1157,6 +1157,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
lv.setAdapter(adapter);
|
||||
|
||||
final AlertDialog dialog = new DialogBuilderLifecycle(getContext(), getViewLifecycleOwner())
|
||||
.setTitle(R.string.title_insert_template)
|
||||
.setView(lv)
|
||||
.create();
|
||||
|
||||
|
|
Loading…
Reference in a new issue