add NonNull annotations to override method
This commit is contained in:
parent
59ad42a73b
commit
352b6fc7c1
@ -220,7 +220,7 @@ public class CategoryController extends RecyclerView.ViewHolder implements Loade
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void getItemOffsets(Rect outRect, View view, RecyclerView parent, RecyclerView.State state) {
|
public void getItemOffsets(Rect outRect, @NonNull View view, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) {
|
||||||
Resources r = context.getResources();
|
Resources r = context.getResources();
|
||||||
int horizontalPadding = (int) r.getDimension(R.dimen.category_preview__app_list__padding__horizontal);
|
int horizontalPadding = (int) r.getDimension(R.dimen.category_preview__app_list__padding__horizontal);
|
||||||
int horizontalPaddingFirst = (int) r.getDimension(
|
int horizontalPaddingFirst = (int) r.getDimension(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user