Chris
Chris
Did you resolve this problem at last? I caught the same.
@binchik it's not good, it will cause blink
是的,Bundle确实比Map更合适,我重新改了一下
请问以 path 第一段来划分 group 的意义何在?这样会引起很大的坑啊,不同 module 中的第一段 path 内容不能命名成一样的,否则会导致路由表被覆盖。并且往往我们路由的 path 统一维护在一个 global 中,不同 module 都引用这个路由表,这种设计导致如果一个 Activity 被挪动了位置到其他 module 中,则就会出现错误。 天坑!!!
You can use `extra_model_paths.yaml` to specify the path of your model. run the command with this arg `--extra-model-paths-config`.
这里的initEmoticonsDB作用是把表情资源加载进数据库中,具体的显示表情与否你可以设定 键盘 风格,如果你不需要表情可以设置为text_only的风格。
目前表情模块是统一处理的,一旦初始化了表情,默认以后有用到表情的地方都会显示出这些表情,这一块以后会考虑做得更灵活些。谢谢你的反馈
@capfyu Do you use the latest the version of the lib? Can you tell me your phone info which has the problem, like android version, phone name.
Can you paste your code? the default keyboard action is not showing, except you call keyboard.popKeyboard() or touch the input area