Fixed background playback issue

This commit is contained in:
Samriddha Basu 2017-03-13 05:41:17 +05:30
commit d0ced3ba6c

View file

@ -1160,7 +1160,7 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
}
notification = builder.build();
notificationManager.notify(0, notification);
startForeground(1, notification);
}
});