Remove classic player
This commit is contained in:
parent
b4d32af0e1
commit
12f6f0a505
1 changed files with 0 additions and 8 deletions
|
@ -28,8 +28,6 @@ import com.afollestad.materialdialogs.actions.getActionButton
|
||||||
import com.afollestad.materialdialogs.bottomsheets.BottomSheet
|
import com.afollestad.materialdialogs.bottomsheets.BottomSheet
|
||||||
|
|
||||||
object AppRater {
|
object AppRater {
|
||||||
private const val APP_TITLE = "Retro music"// App Name
|
|
||||||
private const val APP_PNAME = "code.name.monkey.retromusic"// Package Name
|
|
||||||
private const val DO_NOT_SHOW_AGAIN = "do_not_show_again"// Package Name
|
private const val DO_NOT_SHOW_AGAIN = "do_not_show_again"// Package Name
|
||||||
private const val APP_RATING = "app_rating"// Package Name
|
private const val APP_RATING = "app_rating"// Package Name
|
||||||
private const val LAUNCH_COUNT = "launch_count"// Package Name
|
private const val LAUNCH_COUNT = "launch_count"// Package Name
|
||||||
|
@ -92,9 +90,3 @@ object AppRater {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fun MaterialDialog.colorButtons(): MaterialDialog {
|
|
||||||
getActionButton(WhichButton.NEGATIVE).updateTextColor(Color.RED)
|
|
||||||
return this
|
|
||||||
}
|
|
Loading…
Reference in a new issue