Remove classic player

main
h4h13 2019-10-09 18:03:31 +05:30
parent b4d32af0e1
commit 12f6f0a505
1 changed files with 0 additions and 8 deletions

View File

@ -28,8 +28,6 @@ import com.afollestad.materialdialogs.actions.getActionButton
import com.afollestad.materialdialogs.bottomsheets.BottomSheet
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 APP_RATING = "app_rating"// Package Name
private const val LAUNCH_COUNT = "launch_count"// Package Name
@ -91,10 +89,4 @@ object AppRater {
getActionButton(WhichButton.POSITIVE).updateTextColor(Color.RED)
}
}
}
fun MaterialDialog.colorButtons(): MaterialDialog {
getActionButton(WhichButton.NEGATIVE).updateTextColor(Color.RED)
return this
}