|
|
|
@ -9,6 +9,7 @@ import 'package:flutter/material.dart';
|
|
|
|
|
import 'package:flutter/rendering.dart'; |
|
|
|
|
import 'package:flutter/services.dart'; |
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart'; |
|
|
|
|
import 'package:flutter_smart_dialog/flutter_smart_dialog.dart'; |
|
|
|
|
import 'package:huixiang/im/database/message.dart'; |
|
|
|
|
import 'package:huixiang/main.dart'; |
|
|
|
|
import 'package:huixiang/retrofit/data/im_user.dart'; |
|
|
|
@ -966,8 +967,9 @@ class _ChatDetailsPage extends State<ChatDetailsPage>
|
|
|
|
|
GestureDetector( |
|
|
|
|
behavior: HitTestBehavior.opaque, |
|
|
|
|
onTap: () { |
|
|
|
|
_onMoreTap(); |
|
|
|
|
jumpToBottom(); |
|
|
|
|
// _onMoreTap(); |
|
|
|
|
// jumpToBottom(); |
|
|
|
|
SmartDialog.showToast("暂不支持", alignment: Alignment.center); |
|
|
|
|
}, |
|
|
|
|
child: Container( |
|
|
|
|
padding: EdgeInsets.only(left: 8.w, right: 19.w), |
|
|
|
|