mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-20 00:55:20 +01:00
Fixed unshuffled songs when restoring the playing queue
This commit is contained in:
parent
ead8520333
commit
0c4cabc755
4 changed files with 10 additions and 5 deletions
|
@ -53,7 +53,7 @@ class ErrorActivity : AppCompatActivity() {
|
|||
)
|
||||
.setNeutralButton(
|
||||
R.string.customactivityoncrash_error_activity_error_details_share
|
||||
) { dialog, which ->
|
||||
) { _, _ ->
|
||||
|
||||
val bugReport = createFile(
|
||||
context = this,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue