-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix start letter & favorite playlist implementations for item row #3653
Conversation
@@ -165,6 +166,21 @@ | |||
this.queryType = queryType; | |||
} | |||
|
|||
public ItemRowAdapter(Context context, ItemQuery query, int chunkSize, boolean preferParentThumb, boolean staticHeight, PresenterSelector presenter, MutableObjectAdapter<Row> parent, QueryType queryType) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -165,6 +166,21 @@ | |||
this.queryType = queryType; | |||
} | |||
|
|||
public ItemRowAdapter(Context context, ItemQuery query, int chunkSize, boolean preferParentThumb, boolean staticHeight, PresenterSelector presenter, MutableObjectAdapter<Row> parent, QueryType queryType) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -165,6 +166,21 @@ | |||
this.queryType = queryType; | |||
} | |||
|
|||
public ItemRowAdapter(Context context, ItemQuery query, int chunkSize, boolean preferParentThumb, boolean staticHeight, PresenterSelector presenter, MutableObjectAdapter<Row> parent, QueryType queryType) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -165,6 +166,21 @@ | |||
this.queryType = queryType; | |||
} | |||
|
|||
public ItemRowAdapter(Context context, ItemQuery query, int chunkSize, boolean preferParentThumb, boolean staticHeight, PresenterSelector presenter, MutableObjectAdapter<Row> parent, QueryType queryType) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -165,6 +166,21 @@ | |||
this.queryType = queryType; | |||
} | |||
|
|||
public ItemRowAdapter(Context context, ItemQuery query, int chunkSize, boolean preferParentThumb, boolean staticHeight, PresenterSelector presenter, MutableObjectAdapter<Row> parent, QueryType queryType) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
Changes
Issues