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

addLocationListener triggered multiple times instead of one #129

Open
VishalMathimaran opened this issue Feb 14, 2021 · 3 comments
Open

Comments

@VishalMathimaran
Copy link

Usage :-
this.locationListener = SystemSetting.addLocationListener(
async (locationEnabled) =>{
if(!locationEnabled){
console.log("Location is turned off in between");
await this.getLocationAccess();
}
}
);
The logs are printing multiple times...How to prevent this effect?

@pradeepanCodetez
Copy link

I also facing same issue, How to resolve this?

@vishnu390
Copy link

is this issue Solved?
I also facing same issue, How to resolve this?

@Asscher
Copy link

Asscher commented Mar 29, 2023

I had the same issue, but i resolved it hacky with a debounce function... not ideal but it works

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

4 participants