2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-01 06:35:09 +00:00
This commit is contained in:
Albert Vaca Cintora
2023-06-07 18:06:30 +02:00
parent 269f381db6
commit 615fbc5383

View File

@@ -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