mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Remove a useless method call
This commit is contained in:
committed by
Torsten Grote
parent
301085c685
commit
97040c6299
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user