Various fixes and improvements
This commit is contained in:
parent
5f0bfdb14b
commit
6b68c17ae2
26 changed files with 142 additions and 121 deletions
|
|
@ -105,7 +105,8 @@ public class PlayingNotificationHelper {
|
|||
}
|
||||
|
||||
private PendingIntent getOpenMusicControllerPendingIntent() {
|
||||
return PendingIntent.getActivity(service, 0, new Intent(service, MainActivity.class), 0);
|
||||
Intent intent = new Intent(service, MainActivity.class);
|
||||
return PendingIntent.getActivity(service, 0, intent, 0);
|
||||
}
|
||||
|
||||
private void setUpExpandedPlaybackActions() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue