mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 05:44:24 +02:00
fix: PathOption should be open, not sealed
This commit is contained in:
parent
75d2be8803
commit
a562e476c0
@ -196,7 +196,7 @@ sealed class PatchOption<T>(
|
|||||||
* A [PatchOption] representing a [Path].
|
* A [PatchOption] representing a [Path].
|
||||||
* @see PatchOption
|
* @see PatchOption
|
||||||
*/
|
*/
|
||||||
sealed class PathOption(
|
open class PathOption(
|
||||||
key: String,
|
key: String,
|
||||||
default: Path?,
|
default: Path?,
|
||||||
title: String,
|
title: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user