mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #66] Disable unnecessary "no task enabled" notifications #57
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olliebennett on GitHub (Dec 21, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/66
When automatically fetching tasks (for instance, every 2 minutes), the app sends a toast notification along the lines of:
"No task is enabled on the configured Sync URL."
This can get in the way (or at least be an irritation) when using the phone for other purposes.
I've patched my own fork of the code by simply commenting out the offending lines:
in
MessageSyncUtil.java, and it's a vast improvement!I attempted to create this as a further option in the settings, but then considered that it might be a bit overkill to allow this to be customised.
Thanks,
Ollie