2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 13:17:43 +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
public void onStop() {
notificationPlayer.stop();
if (notificationPlayer != null) {
notificationPlayer.stop();
}
}
@Override