Add IME callback for embedders.

This commit is contained in:
Josh Matthews 2019-01-22 13:36:07 -05:00
parent 9358b6a2fb
commit 256011a652
3 changed files with 11 additions and 0 deletions

View file

@ -454,6 +454,9 @@ impl HostTrait for HostCallbacks {
)
.unwrap();
}
fn on_ime_state_changed(&self, _show: bool) {
}
}
fn initialize_android_glue(env: &JNIEnv, activity: JObject) {