mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 03:50:23 +02:00
Add column for block all notifications
This commit is contained in:
parent
e3bada121d
commit
9dc8a6caab
8 changed files with 673 additions and 10 deletions
|
@ -274,6 +274,7 @@ object ApplyServerDataStatus {
|
|||
blockedMinutesInWeek = newCategory.blockedMinutesInWeek,
|
||||
extraTimeInMillis = newCategory.extraTimeInMillis,
|
||||
temporarilyBlocked = newCategory.temporarilyBlocked,
|
||||
blockAllNotifications = newCategory.blockAllNotifications,
|
||||
baseVersion = newCategory.baseDataVersion,
|
||||
assignedAppsVersion = "",
|
||||
timeLimitRulesVersion = "",
|
||||
|
@ -287,6 +288,7 @@ object ApplyServerDataStatus {
|
|||
blockedMinutesInWeek = newCategory.blockedMinutesInWeek,
|
||||
extraTimeInMillis = newCategory.extraTimeInMillis,
|
||||
temporarilyBlocked = newCategory.temporarilyBlocked,
|
||||
blockAllNotifications = newCategory.blockAllNotifications,
|
||||
baseVersion = newCategory.baseDataVersion,
|
||||
parentCategoryId = newCategory.parentCategoryId
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue