1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

Fix build after multi-device-support rebase

This commit is contained in:
José Rebelo 2022-06-14 19:12:26 +01:00 committed by Gitea
parent def03d7d62
commit b29900f671

View File

@ -841,7 +841,7 @@ public class DeviceCommunicationService extends Service implements SharedPrefere
break;
case ACTION_SET_GPS_LOCATION:
final Location location = intent.getParcelableExtra(EXTRA_GPS_LOCATION);
mDeviceSupport.onSetGpsLocation(location);
deviceSupport.onSetGpsLocation(location);
break;
}
}