android: capture current keyboard height

expose a new virtual_keyboard_height function under notedeck::platform::android

which gets the current height of the virtual keyboard. We can use this
to tranlate the view out of the way

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-11 10:09:39 -07:00
parent 09ad354d24
commit bd85233120
10 changed files with 348 additions and 20 deletions

1
Cargo.lock generated
View File

@@ -2783,6 +2783,7 @@ dependencies = [
"enostr",
"hex",
"image",
"jni",
"mime_guess",
"nostrdb",
"poll-promise",