mirror of
https://github.com/servo/servo.git
synced 2025-08-26 23:58:20 +01:00
Add IME callback for embedders.
This commit is contained in:
parent
9358b6a2fb
commit
256011a652
3 changed files with 11 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue