diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-27 13:23:45 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-27 13:26:18 +0200 |
commit | 001aeda1724eea630dd141c642bbdd61e2b9b69a (patch) | |
tree | d7b37646bdbbca1fb20c9d69c6e232e6c73a9025 /CMakeLists.txt | |
parent | 958791305cfde2404e604d7f1f66d5fe0502e565 (diff) |
Android: Keyboard height; other fixes
Send a notification from the Java side when the software keyboard
is shown.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32f8afb2..94b70ea0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -31,7 +31,7 @@ endif () | |||
31 | 31 | ||
32 | # Defaults that depend on environment. | 32 | # Defaults that depend on environment. |
33 | set (DEFAULT_RESIZE_DRAW ON) | 33 | set (DEFAULT_RESIZE_DRAW ON) |
34 | if (HAIKU) | 34 | if (HAIKU OR ANDROID) |
35 | set (DEFAULT_RESIZE_DRAW OFF) | 35 | set (DEFAULT_RESIZE_DRAW OFF) |
36 | endif () | 36 | endif () |
37 | set (DEFAULT_IDLE_SLEEP OFF) | 37 | set (DEFAULT_IDLE_SLEEP OFF) |