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

Android tagtime doesn't update interval length until the service is restarted #61

Open
DRMacIver opened this issue May 25, 2016 · 1 comment
Labels

Comments

@DRMacIver
Copy link

In PingService, mGap is calculated from mPrefs during onCreate. It is never recalculated until the next time the service is created after it's been shut down, and changing the preference doesn't shut this down.

This backs up my experience of using the app: I tried changing the interval down to 1 minute and it did not start to ping noticeably more frequently.

@Insti Insti added the Android label Aug 15, 2016
@geekarist
Copy link
Contributor

I'm experiencing this right now. It seems that when a ping finally comes (with the old interval) then the new interval is applied for following pings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants