mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-22 15:49:53 +01:00
Fix a warning in SettingsActvitiy
This commit is contained in:
committed by
Torsten Grote
parent
64c0e9e9e4
commit
09d91b522f
@@ -62,9 +62,7 @@ public class SettingsActivity extends BriarActivity {
|
|||||||
});
|
});
|
||||||
|
|
||||||
View avatarGroup = findViewById(R.id.avatarGroup);
|
View avatarGroup = findViewById(R.id.avatarGroup);
|
||||||
avatarGroup.setOnClickListener(e -> {
|
avatarGroup.setOnClickListener(e -> selectAvatarImage());
|
||||||
selectAvatarImage();
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
View view = findViewById(R.id.avatarGroup);
|
View view = findViewById(R.id.avatarGroup);
|
||||||
view.setVisibility(View.GONE);
|
view.setVisibility(View.GONE);
|
||||||
|
|||||||
Reference in New Issue
Block a user