Fix build after multi-device-support rebase

This commit is contained in:
José Rebelo
2022-06-14 23:33:56 +02:00
committed by Gitea
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;
}
}