Fix issues
This commit is contained in:
parent
870cf4ce2e
commit
0e8010ad78
12 changed files with 24 additions and 120 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue