mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +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)
|
||||
}
|
||||
}
|
||||
|
||||
else -> {
|
||||
result.notImplemented()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue