Skip to content

It doesn't work when device is upgraded to Google Services version 18.3.81  #276

@iorfmer

Description

@iorfmer

Hi,

After upgrading Google Services to version 18.3.81 in the device, it doesn't work. Location is no updated anymore. here is my implementation:


SmartLocation.with(context.getApplicationContext())
                .location()
                .continuous()
                .config(builder.build())
                .start(new OnLocationUpdatedListener() {
                    @Override
                    public void onLocationUpdated(Location location) {
                        latestLocation = location;
                        if (!firstLocation) {
                            firstLocation = true;
                            EventBus.getDefault().post(new LocationMessage(location));
                        }
                    }
                });

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions