Skip to content

Commit

Permalink
Add missing modifier
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Dec 11, 2018
1 parent 95dbf7b commit b0eef07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MusicViewModel : ViewModel() {
private class LoadMusicTask(private val musicCursor: Cursor) :
AsyncTask<Void, Void, Pair<MutableList<Music>, Map<String, Map<String, List<Music>>>>>() {

var allDeviceSongs = mutableListOf<Music>()
private var allDeviceSongs = mutableListOf<Music>()

init {
execute()
Expand Down

0 comments on commit b0eef07

Please sign in to comment.