-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Add separate buttons for artists and album artists in music smart screen #2667
Conversation
queryType = QueryType.Artists; | ||
} | ||
|
||
public ItemRowAdapter(Context context, AlbumArtistsQuery query, int chunkSize, Presenter presenter, MutableObjectAdapter<Row> parent) { |
Check notice
Code scanning / Android Lint
Unknown nullness
queryType = QueryType.Artists; | ||
} | ||
|
||
public ItemRowAdapter(Context context, AlbumArtistsQuery query, int chunkSize, Presenter presenter, MutableObjectAdapter<Row> parent) { |
Check notice
Code scanning / Android Lint
Unknown nullness
|
||
public BrowseRowDef(String header, AlbumArtistsQuery query, int chunkSize, ChangeTriggerType[] changeTriggers) { |
Check notice
Code scanning / Android Lint
Unknown nullness
|
||
public BrowseRowDef(String header, AlbumArtistsQuery query, int chunkSize, ChangeTriggerType[] changeTriggers) { |
Check notice
Code scanning / Android Lint
Unknown nullness
|
||
public BrowseRowDef(String header, AlbumArtistsQuery query, int chunkSize, ChangeTriggerType[] changeTriggers) { |
Check notice
Code scanning / Android Lint
Unknown nullness
@@ -227,6 +236,7 @@ | |||
} | |||
|
|||
public ArtistsQuery getArtistsQuery() { return artistsQuery; } | |||
public AlbumArtistsQuery getAlbumArtistsQuery() { return albumArtistsQuery; } |
Check notice
Code scanning / Android Lint
Unknown nullness
queryType = QueryType.Artists; | ||
} | ||
|
||
public ItemRowAdapter(Context context, AlbumArtistsQuery query, int chunkSize, Presenter presenter, MutableObjectAdapter<Row> parent) { |
Check notice
Code scanning / Android Lint
Unknown nullness
queryType = QueryType.Artists; | ||
} | ||
|
||
public ItemRowAdapter(Context context, AlbumArtistsQuery query, int chunkSize, Presenter presenter, MutableObjectAdapter<Row> parent) { |
Check notice
Code scanning / Android Lint
Unknown nullness
9501329
to
d6256b6
Compare
Changes
Also adds some garbage because we couldn't retrieve artists from the ItemRowAdapter yet.
Issues