Remove a useless method call

This commit is contained in:
Sebastian Kürten
2020-12-03 18:46:41 +01:00
committed by Torsten Grote
parent 301085c685
commit 97040c6299

View File

@@ -78,7 +78,6 @@ public class ConfirmAvatarDialogFragment extends DialogFragment {
(dialog, id) -> settingsViewModel.setAvatar(uri));
ImageView imageView = view.findViewById(R.id.image);
imageView.setImageResource(R.drawable.contact_connected);
imageView.setImageURI(uri);
TextView textViewUserName = view.findViewById(R.id.username);