You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
ATLKeyboard: Integrate with phosh and wayland IME
This commit is contained in:
@@ -29,6 +29,11 @@ public class ATLKeyboardViewer extends Activity {
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
ims.launch_keyboard();
|
||||
boolean is_layershell = true;
|
||||
|
||||
if (extras.containsKey("layershell") && extras.getString("layershell").equals("off"))
|
||||
is_layershell = false;
|
||||
|
||||
ims.launch_keyboard(is_layershell);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user