mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 03:50:23 +02:00
Add option to limit extra time to today
This commit is contained in:
parent
30f6c34314
commit
fedc59a31b
22 changed files with 998 additions and 34 deletions
|
@ -302,6 +302,7 @@ object ApplyServerDataStatus {
|
|||
title = newCategory.title,
|
||||
blockedMinutesInWeek = newCategory.blockedMinutesInWeek,
|
||||
extraTimeInMillis = newCategory.extraTimeInMillis,
|
||||
extraTimeDay = newCategory.extraTimeDay,
|
||||
temporarilyBlocked = newCategory.temporarilyBlocked,
|
||||
temporarilyBlockedEndTime = newCategory.temporarilyBlockedEndTime,
|
||||
blockAllNotifications = newCategory.blockAllNotifications,
|
||||
|
@ -321,6 +322,7 @@ object ApplyServerDataStatus {
|
|||
title = newCategory.title,
|
||||
blockedMinutesInWeek = newCategory.blockedMinutesInWeek,
|
||||
extraTimeInMillis = newCategory.extraTimeInMillis,
|
||||
extraTimeDay = newCategory.extraTimeDay,
|
||||
temporarilyBlocked = newCategory.temporarilyBlocked,
|
||||
temporarilyBlockedEndTime = newCategory.temporarilyBlockedEndTime,
|
||||
blockAllNotifications = newCategory.blockAllNotifications,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue