2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 05:37: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,8 +99,10 @@ public class MprisMediaSession implements
@Override
public void onStop() {
if (notificationPlayer != null) {
notificationPlayer.stop();
}
}
@Override
public void onSeekTo(long pos) {