mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +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));
|
(dialog, id) -> settingsViewModel.setAvatar(uri));
|
||||||
|
|
||||||
ImageView imageView = view.findViewById(R.id.image);
|
ImageView imageView = view.findViewById(R.id.image);
|
||||||
imageView.setImageResource(R.drawable.contact_connected);
|
|
||||||
imageView.setImageURI(uri);
|
imageView.setImageURI(uri);
|
||||||
|
|
||||||
TextView textViewUserName = view.findViewById(R.id.username);
|
TextView textViewUserName = view.findViewById(R.id.username);
|
||||||
|
|||||||
Reference in New Issue
Block a user