Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iorfmer opened this issue Jul 26, 2019 · 0 comments
Open

Comments

@iorfmer
Copy link

iorfmer commented Jul 26, 2019

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.

@iorfmer iorfmer changed the title It doesn't work when device is upgraded to version 18.3.81 It doesn't work when device is upgraded to Google Services version 18.3.81 Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant