mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 13:48:58 +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);
|
lv.setAdapter(adapter);
|
||||||
|
|
||||||
final AlertDialog dialog = new DialogBuilderLifecycle(getContext(), getViewLifecycleOwner())
|
final AlertDialog dialog = new DialogBuilderLifecycle(getContext(), getViewLifecycleOwner())
|
||||||
|
.setTitle(R.string.title_insert_template)
|
||||||
.setView(lv)
|
.setView(lv)
|
||||||
.create();
|
.create();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue