mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Fix NPE
This commit is contained in:
parent
269f381db6
commit
615fbc5383
@ -99,7 +99,9 @@ public class MprisMediaSession implements
|
||||
|
||||
@Override
|
||||
public void onStop() {
|
||||
notificationPlayer.stop();
|
||||
if (notificationPlayer != null) {
|
||||
notificationPlayer.stop();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user