Fix tablet layout crashing
This commit is contained in:
parent
f578aa0937
commit
d4d9df6ba5
11 changed files with 39 additions and 35 deletions
|
@ -35,6 +35,10 @@ class ArtistAdapter(
|
|||
activity, cabHolder, R.menu.menu_media_selection
|
||||
), PopupTextProvider {
|
||||
|
||||
init {
|
||||
this.setHasStableIds(true)
|
||||
}
|
||||
|
||||
fun swapDataSet(dataSet: List<Artist>) {
|
||||
this.dataSet = dataSet
|
||||
notifyDataSetChanged()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue