mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-30 23:23:01 +00:00
Update sublib
This commit is contained in:
parent
5b281f8167
commit
5990c8cc6e
2 changed files with 2 additions and 2 deletions
2
extern/GmsApi
vendored
2
extern/GmsApi
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit cb0458f17e55e713b10fe5611890887d0c8b910e
|
Subproject commit d2b942d87f5b5d0547e7e5f279bcc734d69cdef4
|
|
@ -37,7 +37,7 @@ public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocat
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getActionString() {
|
protected String getActionString() {
|
||||||
return Services.LOCATION_MANAGER.ACTION;
|
return Services.LOCATION_MANAGER.ACTION_LEGACY;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue