Fixed unshuffled songs when restoring the playing queue

This commit is contained in:
Prathamesh More 2022-03-27 14:37:42 +05:30
parent ead8520333
commit 0c4cabc755
4 changed files with 10 additions and 5 deletions

View file

@ -53,7 +53,7 @@ class ErrorActivity : AppCompatActivity() {
)
.setNeutralButton(
R.string.customactivityoncrash_error_activity_error_details_share
) { dialog, which ->
) { _, _ ->
val bugReport = createFile(
context = this,