We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53413d commit ddf6eb5Copy full SHA for ddf6eb5
app/src/main/kotlin/li/songe/gkd/data/ResolvedRule.kt
@@ -137,7 +137,7 @@ sealed class ResolvedRule(
137
138
private val matchChangedTime = atomic(0L)
139
val isFirstMatchApp: Boolean
140
- get() = matchChangedTime.value == appChangeTime
+ get() = matchChangedTime.value < appChangeTime
141
142
private val matchLimitTime = (matchTime ?: 0) + matchDelay
143
0 commit comments