Skip to content

Commit 6684576

Browse files
authored
Fix more missing functions (#718)
2cf9a40
1 parent 289acc9 commit 6684576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/BytecodeEditor.kt

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ object BytecodeEditor {
126126
private val methodsToFix =
127127
mapOf(
128128
("kotlin/time/Duration" to "getInWholeMilliseconds_impl") to "getInWholeMilliseconds-impl",
129+
("kotlin/Result" to "constructor_impl") to "constructor-impl",
130+
("kotlin/Result" to "isFailure_impl") to "isFailure-impl",
129131
)
130132

131133
/**

0 commit comments

Comments
 (0)