-
Notifications
You must be signed in to change notification settings - Fork 968
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
Reminders for "at-most" habits never show up #2044
Comments
I have this issue as well. Target: 5 every day I never get the notification, all of my other 5 notifications of different types work fine. |
Facing the same issue. On checking the logs, I observed that this is being logged. My guess is somehow this function is sending completed signal for "at most" habits and thus the reminder is being suppressed for those habits. I would have confirmed this theory but after installing android studio, Java and trying to sync gradle for the 100th time I realised I would better prefer to be stabbed in the eyes than dealing with the mess called android development. Also this might be related to our issue #1744. |
I can also confirm that this issue occurs for me as well. :( Env: |
Can confirm this issue is occouring. Device: |
Hey, I had some trouble reproducing this, but in the end I noticed that the problem only appears on my device when the at-most habit already had some input. If the value is 0, the reminder appears as expected. Device: |
This issue can be solved in at least 2 ways:
Personally I think that second option is better - AT_MOST habit is not really completed until the day/week/month is over, because otherwise you can still break the limit you set in a habit. @iSoron , @hiqua - what do you think? |
Pre-submission checklist
Description
Habits set up as at-most X times per period's reminders never show up.
Steps to reproduce
no more than 4 times per week
System information
Screenshots
nothing relevant
Thank you!
The text was updated successfully, but these errors were encountered: