Dynamic navigation

This commit is contained in:
Hemanth S 2020-09-25 02:33:56 +05:30
parent a4bbc9ce5a
commit 76389c45f9
7 changed files with 20 additions and 24 deletions

View file

@ -39,5 +39,4 @@ data class CategoryInfo(
Genres(R.id.action_genre, R.string.genres, R.drawable.ic_guitar),
Folder(R.id.action_folder, R.string.folders, R.drawable.ic_folder);
}
}