mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Fixed some Sonarlint warnings
This commit is contained in:
parent
ccbc3af964
commit
6dcde96f85
@ -92,7 +92,7 @@ class NotificationModeConfigAdapter(
|
||||
} else {
|
||||
NotificationMode.ENABLED
|
||||
}
|
||||
listener.onModeChange(adapterPosition, mode)
|
||||
listener.onModeChange(bindingAdapterPosition, mode)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -179,6 +179,7 @@ public final class PicassoHelper {
|
||||
|
||||
@Override
|
||||
public void onPrepareLoad(final Drawable placeHolderDrawable) {
|
||||
// Nothing to do
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user