mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-11 20:45:56 -08:00
Fixed deleting "one-time" root requests whilst removing outdated
This commit is contained in:
@@ -25,6 +25,9 @@ class PolicyDao(
|
||||
and {
|
||||
lessThan("until", nowSeconds.toString())
|
||||
}
|
||||
or {
|
||||
lessThan("until", "0")
|
||||
}
|
||||
}
|
||||
}.ignoreElement()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user