Remove old app suspending logic

This commit is contained in:
Jonas Lochmann 2019-10-14 00:00:00 +00:00
parent d80a7ce878
commit e83de74f6a
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
4 changed files with 0 additions and 35 deletions

View file

@ -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)
}
}
}
}
}