mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 05:37:43 +00:00
Fix NPE
This commit is contained in:
parent
269f381db6
commit
615fbc5383
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user