fix(android): Fix keyboard height events being sent over the notification stream
This commit is contained in:
parent
6b4b15bb87
commit
cab031bd07
@ -3,7 +3,7 @@ package org.moxxy.moxxy_native
|
||||
const val TAG = "moxxy_native"
|
||||
|
||||
// The event channel name for the keyboard height
|
||||
const val KEYBOARD_HEIGHT_EVENT_CHANNEL_NAME = "org.moxxy.moxxyv2/notification_stream"
|
||||
const val KEYBOARD_HEIGHT_EVENT_CHANNEL_NAME = "org.moxxy.moxxyv2/keyboard_stream"
|
||||
|
||||
// The size of buffers to use for various operations
|
||||
const val BUFFER_SIZE = 4096
|
||||
|
Loading…
Reference in New Issue
Block a user