mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 10:07:27 +00: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