fix(android): Fix keyboard height events being sent over the notification stream

This commit is contained in:
PapaTutuWawa 2023-09-20 13:45:13 +02:00
parent 6b4b15bb87
commit cab031bd07

View File

@ -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