Refactoring

This commit is contained in:
M66B
2019-05-01 14:44:31 +02:00
parent 6cc653ce77
commit 35df7935df
4 changed files with 48 additions and 6 deletions

View File

@@ -1868,7 +1868,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
} else
_uri = uri;
View view = LayoutInflater.from(context).inflate(R.layout.dialog_link, null);
View view = LayoutInflater.from(context).inflate(R.layout.dialog_open_link, null);
final EditText etLink = view.findViewById(R.id.etLink);
TextView tvInsecure = view.findViewById(R.id.tvInsecure);
final TextView tvOwner = view.findViewById(R.id.tvOwner);