Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f8febb7 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Update sublib

parent 0ea075dd
Loading
Loading
Loading
Loading
Compare 70419935 to a0e9645c
Original line number Diff line number Diff line
Subproject commit 704199355e1c6f8b14402e01063fbae7b187b35b
Subproject commit a0e9645c796dfd8af38f8cdedf21f5a299c9c5b0
+2 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ import com.google.android.gms.location.internal.IGoogleLocationManagerService;

import org.microg.gms.common.Constants;
import org.microg.gms.common.GmsClient;
import org.microg.gms.common.Services;

public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocationManagerService> {
    public GoogleLocationManagerClient(Context context, GoogleApiClient.ConnectionCallbacks
@@ -36,7 +37,7 @@ public abstract class GoogleLocationManagerClient extends GmsClient<IGoogleLocat

    @Override
    protected String getActionString() {
        return Constants.ACTION_GMS_LOCATION_MANAGER_SERVICE_START;
        return Services.LOCATION_MANAGER.ACTION;
    }

    @Override