typo fix
This commit is contained in:
parent
004189b425
commit
61ca0ffb41
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class ReceiveIntentPlugin : FlutterPlugin, MethodCallHandler, EventChannel.Strea
|
||||||
eventSink?.success(latestIntentMap)
|
eventSink?.success(latestIntentMap)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun giveResult(result: Result, resultCode: Int?, data: String?, shouldFinish: Bool?) {
|
private fun giveResult(result: Result, resultCode: Int?, data: String?, shouldFinish: Boolean?) {
|
||||||
if (resultCode != null) {
|
if (resultCode != null) {
|
||||||
if (data == null) {
|
if (data == null) {
|
||||||
activity?.setResult(resultCode)
|
activity?.setResult(resultCode)
|
||||||
|
|
Loading…
Reference in a new issue