mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fix build after multi-device-support rebase
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user