mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-04 14:34:25 +02:00
fix: typo in ListOption
This commit is contained in:
parent
53e807dec1
commit
392164862c
@ -154,7 +154,7 @@ sealed class PatchOption<T>(
|
|||||||
) {
|
) {
|
||||||
init {
|
init {
|
||||||
if (default !in options) {
|
if (default !in options) {
|
||||||
throw IllegalStateException("Default option must be an allowed options")
|
throw IllegalStateException("Default option must be an allowed option")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user