perf: global rule enable

This commit is contained in:
lisonge 2024-02-14 21:43:44 +08:00
parent f1ab31586e
commit 5e58901aa6

View File

@ -382,6 +382,7 @@ fun getChecked(
return null
}
excludeData.appIds[appId]?.let { return !it }
if (enable == true) return true
if (appInfo?.id == launcherAppId) {
return group.matchLauncher ?: false
}