mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 08:27:38 +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 {
|
and {
|
||||||
lessThan("until", nowSeconds.toString())
|
lessThan("until", nowSeconds.toString())
|
||||||
}
|
}
|
||||||
|
or {
|
||||||
|
lessThan("until", "0")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}.ignoreElement()
|
}.ignoreElement()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user