mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
1ba196ae92
commit
4cd719b5dc
|
@ -196,6 +196,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||||
View dview = LayoutInflater.from(context).inflate(R.layout.dialog_attachment, null);
|
View dview = LayoutInflater.from(context).inflate(R.layout.dialog_attachment, null);
|
||||||
final AlertDialog dialog = new DialogBuilderLifecycle(context, owner)
|
final AlertDialog dialog = new DialogBuilderLifecycle(context, owner)
|
||||||
.setView(dview)
|
.setView(dview)
|
||||||
|
.setNegativeButton(android.R.string.cancel, null)
|
||||||
.create();
|
.create();
|
||||||
|
|
||||||
TextView tvName = dview.findViewById(R.id.tvName);
|
TextView tvName = dview.findViewById(R.id.tvName);
|
||||||
|
|
Loading…
Reference in New Issue