Blankj / Blankj/AndroidUtilCode
软键盘收起后又弹出了
Abierto
bug
- Lenguaje dominante
- Java
- Estrellas
- 33.6k
- Forks
- 10.6k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
在业务中使用 showSoftInput(@NonNull final View view),切换键盘代码
```
if (!isShowEmojiPanel) {
KeyboardUtils.hideSoftInput(etMsgSend)
showEmojiFragment()
} else {
KeyboardUtils.showSoftInput(etMsgSend)
hideEmojiFragment()
}
isShowEmojiPanel = !isShowEmojiPanel
```
有一条路径必现软键盘收起后又弹出,查找是 imm.toggleSoftInput 导致,删除 imm.toggleSoftInput 这个代码后没问题了
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.