mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 11:59:57 +02:00
Remove old app suspending logic
This commit is contained in:
parent
d80a7ce878
commit
e83de74f6a
4 changed files with 0 additions and 35 deletions
|
@ -390,14 +390,6 @@ object ApplyServerDataStatus {
|
|||
categoryId = item.categoryId,
|
||||
assignedAppsVersion = item.version
|
||||
)
|
||||
|
||||
if (!database.config().isExperimentalFlagsSetSync(ExperimentalFlags.SYSTEM_LEVEL_BLOCKING)) {
|
||||
if (thisDeviceUserCategoryIds.contains(item.categoryId)) {
|
||||
runAsync {
|
||||
platformIntegration.setSuspendedApps(item.assignedApps, false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue