Centered app icon
This commit is contained in:
parent
be917106a6
commit
bc7768f5ab
22 changed files with 45 additions and 22 deletions
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
package code.name.monkey.retromusic.helper
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.annotation.TargetApi
|
||||
import android.app.Activity
|
||||
import android.content.*
|
||||
|
@ -328,6 +329,7 @@ object MusicPlayerRemote : KoinComponent {
|
|||
return false
|
||||
}
|
||||
|
||||
@SuppressLint("StringFormatInvalid")
|
||||
fun playNext(songs: List<Song>): Boolean {
|
||||
if (musicService != null) {
|
||||
if (playingQueue.isNotEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue