mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-26 08:54:42 +01:00
Fix error not handled in message_relay (android)
This commit is contained in:
parent
53802f0211
commit
765b102bcd
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ internal class MessageRelayChannelHandler : MethodChannel.MethodCallHandler,
|
||||||
result.error("systemException", e.toString(), null)
|
result.error("systemException", e.toString(), null)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else -> {
|
||||||
|
result.notImplemented()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue