mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 04:46:51 +01:00
Fix build after multi-device-support rebase
This commit is contained in:
parent
def03d7d62
commit
b29900f671
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user