You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #621 was merged, Loop now extends all days a few hours past midnight (until 3AM). This is probably unexpected behavior for most users. We should make this an opt-in feature instead.
Implementation
Most of the required code is already implemented. We just have to add this option to the settings screen and call DateUtils.setStartDayOffset with the correct arguments when the application starts (in HabitsApplication.onCreate).
Mockup
The text was updated successfully, but these errors were encountered:
Description
Since #621 was merged, Loop now extends all days a few hours past midnight (until 3AM). This is probably unexpected behavior for most users. We should make this an opt-in feature instead.
Implementation
Most of the required code is already implemented. We just have to add this option to the settings screen and call
DateUtils.setStartDayOffset
with the correct arguments when the application starts (inHabitsApplication.onCreate
).Mockup
The text was updated successfully, but these errors were encountered: