mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 10:19:15 +02:00
fix some linter warnings
This commit is contained in:
parent
b5000e2fb9
commit
7193b4d64e
43 changed files with 172 additions and 206 deletions
|
@ -53,10 +53,6 @@ public class AvatarView extends ConstraintLayout {
|
|||
avatarImage.setOnClickListener(listener);
|
||||
}
|
||||
|
||||
public void setAvatarLongClickListener(OnLongClickListener listener) {
|
||||
avatarImage.setOnLongClickListener(listener);
|
||||
}
|
||||
|
||||
public void setSeenRecently(boolean enabled) {
|
||||
seenRecentlyIndicator.setVisibility(enabled? View.VISIBLE : View.GONE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue