mirror of
https://github.com/naman14/Timber.git
synced 2026-03-13 10:32:30 +08:00
Merge pull request #357 from naman14/revert-343-buildfix
Revert "fixing clearing notification bar "
This commit is contained in:
@@ -431,11 +431,7 @@ public class MusicService extends Service {
|
||||
mSession.setFlags(MediaSessionCompat.FLAG_HANDLES_TRANSPORT_CONTROLS
|
||||
| MediaSessionCompat.FLAG_HANDLES_MEDIA_BUTTONS);
|
||||
}
|
||||
@Override
|
||||
public void onTaskRemoved(Intent rootIntent){
|
||||
super.onTaskRemoved(rootIntent);
|
||||
cancelNotification();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
if (D) Log.d(TAG, "Destroying service");
|
||||
|
||||
Reference in New Issue
Block a user