change a bunch of shit to get importing / adding new vote have the right weekday
This commit is contained in:
@@ -32,7 +32,7 @@ struct TimeLineCreator {
|
||||
var timeLineView = [WatchTimelineView]()
|
||||
var startDayOffset = 0
|
||||
|
||||
if !ShowBasedOnVoteLogics.ableToVoteBasedOnCurentTime(voteDate: UserDefaultsStore.getOnboarding().date) {
|
||||
if !ShowBasedOnVoteLogics.passedTodaysVotingUnlock(voteDate: UserDefaultsStore.getOnboarding().date) {
|
||||
startDayOffset = 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user