mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 05:07:40 +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 -> {
|
||||
targetPlayer = mpris.getPlayerStatus(targetPlayerName);
|
||||
|
||||
addSytemvolumeFragment();
|
||||
addSystemVolumeFragment();
|
||||
|
||||
mpris.setPlayerStatusUpdatedHandler("activity", new Handler() {
|
||||
@Override
|
||||
@ -226,7 +226,7 @@ public class MprisActivity extends AppCompatActivity {
|
||||
});
|
||||
}
|
||||
|
||||
private void addSytemvolumeFragment() {
|
||||
private void addSystemVolumeFragment() {
|
||||
|
||||
if (findViewById(R.id.systemvolume_fragment) == null)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user