Skip to content

Commit 25697ff

Browse files
committed
Fix error to success
1 parent f682e1e commit 25697ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/kotlin/com/linecorp/flutter_line_sdk/LineSdkWrapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class LineSdkWrapper(
182182
)
183183
)
184184
} else {
185-
result.error(null)
185+
result.success(null)
186186
}
187187
}
188188
}

0 commit comments

Comments
 (0)