mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-03 15:32:54 +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;
|
break;
|
||||||
case ACTION_SET_GPS_LOCATION:
|
case ACTION_SET_GPS_LOCATION:
|
||||||
final Location location = intent.getParcelableExtra(EXTRA_GPS_LOCATION);
|
final Location location = intent.getParcelableExtra(EXTRA_GPS_LOCATION);
|
||||||
mDeviceSupport.onSetGpsLocation(location);
|
deviceSupport.onSetGpsLocation(location);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user