mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Fix typo
This commit is contained in:
parent
4291473106
commit
decb179bad
@ -144,7 +144,7 @@ public class MprisActivity extends AppCompatActivity {
|
|||||||
BackgroundService.RunWithPlugin(this, deviceId, MprisPlugin.class, mpris -> {
|
BackgroundService.RunWithPlugin(this, deviceId, MprisPlugin.class, mpris -> {
|
||||||
targetPlayer = mpris.getPlayerStatus(targetPlayerName);
|
targetPlayer = mpris.getPlayerStatus(targetPlayerName);
|
||||||
|
|
||||||
addSytemvolumeFragment();
|
addSystemVolumeFragment();
|
||||||
|
|
||||||
mpris.setPlayerStatusUpdatedHandler("activity", new Handler() {
|
mpris.setPlayerStatusUpdatedHandler("activity", new Handler() {
|
||||||
@Override
|
@Override
|
||||||
@ -226,7 +226,7 @@ public class MprisActivity extends AppCompatActivity {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addSytemvolumeFragment() {
|
private void addSystemVolumeFragment() {
|
||||||
|
|
||||||
if (findViewById(R.id.systemvolume_fragment) == null)
|
if (findViewById(R.id.systemvolume_fragment) == null)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user