mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 08:07:43 +00:00
Fixed deleting "one-time" root requests whilst removing outdated
This commit is contained in:
parent
d86fb033ea
commit
8515971ccf
@ -25,6 +25,9 @@ class PolicyDao(
|
||||
and {
|
||||
lessThan("until", nowSeconds.toString())
|
||||
}
|
||||
or {
|
||||
lessThan("until", "0")
|
||||
}
|
||||
}
|
||||
}.ignoreElement()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user