Small improvement

This commit is contained in:
M66B 2018-11-11 11:24:25 +00:00
parent 1ba196ae92
commit 4cd719b5dc
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
View dview = LayoutInflater.from(context).inflate(R.layout.dialog_attachment, null);
final AlertDialog dialog = new DialogBuilderLifecycle(context, owner)
.setView(dview)
.setNegativeButton(android.R.string.cancel, null)
.create();
TextView tvName = dview.findViewById(R.id.tvName);