jiahao hace 5 años
padre
commit
1187f0ae49
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. +2
    -3
      lib/chat/group_chat_view.dart

+ 2
- 3
lib/chat/group_chat_view.dart Ver fichero

@@ -306,9 +306,8 @@ class _GroupChatPageState extends State<GroupChatPage> {
Provider<bool>.value(value: true),
Provider<GroupInfoModel>.value(value: widget.groupInfoModel),
],
child: GestureDetector(onTapDown: (args) {
hideKeyBoard();
}, child: ExtendedTextSelectionPointerHandler(
child: GestureDetector(
onTap:hideKeyBoard, child: ExtendedTextSelectionPointerHandler(
///选择文字,消除弹窗
builder: (states) {
return Listener(


Cargando…
Cancelar
Guardar