Fix text correction

This commit is contained in:
h4h13 2020-01-17 23:14:59 +05:30
parent 6210065221
commit 77f7b1bd5b
11 changed files with 13 additions and 17 deletions

View file

@ -46,6 +46,4 @@ object Constants {
MediaStore.Audio.AudioColumns.ARTIST,// 10
MediaStore.Audio.AudioColumns.COMPOSER)// 11
const val NUMBER_OF_TOP_TRACKS = 99
}