mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 06:35:09 +00:00
Fix NPE
This commit is contained in:
@@ -99,7 +99,9 @@ public class MprisMediaSession implements
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onStop() {
|
public void onStop() {
|
||||||
notificationPlayer.stop();
|
if (notificationPlayer != null) {
|
||||||
|
notificationPlayer.stop();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user