Fix issues

This commit is contained in:
Hemanth S 2020-09-24 17:39:05 +05:30
parent 870cf4ce2e
commit 0e8010ad78
12 changed files with 24 additions and 120 deletions

View file

@ -39,7 +39,7 @@ class PermissionActivity : AbsMusicServiceActivity() {
}
finish.accentBackgroundColor()
finish.setOnClickListener {
if (hasPermissions() && !RingtoneManager.requiresDialog(this)) {
if (hasPermissions() ) {
startActivity(
Intent(this, MainActivity::class.java).addFlags(
Intent.FLAG_ACTIVITY_NEW_TASK or