Fix toolbar color in Playlist and Genre details

This commit is contained in:
h4h13 2019-12-07 09:09:15 +05:30
parent 66c9f19ab9
commit 38feb21568
11 changed files with 377 additions and 405 deletions

View file

@ -18,4 +18,4 @@ import android.os.Parcelable
import kotlinx.android.parcel.Parcelize
@Parcelize
class Genre(val id: Int = -1, val name: String, val songCount: Int) : Parcelable
data class Genre(val id: Int = -1, val name: String, val songCount: Int) : Parcelable