Fixed some Sonarlint warnings
This commit is contained in:
parent
daaf28ddd4
commit
fa45fdbf16
2 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class NotificationModeConfigAdapter(
|
||||||
} else {
|
} else {
|
||||||
NotificationMode.ENABLED
|
NotificationMode.ENABLED
|
||||||
}
|
}
|
||||||
listener.onModeChange(adapterPosition, mode)
|
listener.onModeChange(bindingAdapterPosition, mode)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -179,6 +179,7 @@ public final class PicassoHelper {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onPrepareLoad(final Drawable placeHolderDrawable) {
|
public void onPrepareLoad(final Drawable placeHolderDrawable) {
|
||||||
|
// Nothing to do
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue