Browse Source

1

wr_202303
wurong 4 months ago
parent
commit
11f1ad42b0
  1. 1
      lib/im/im_view/im_page.dart

1
lib/im/im_view/im_page.dart

@ -550,7 +550,6 @@ class _IMPage extends State<IMPage> implements OnChatMessage {
), ),
), ),
onTap: () async { onTap: () async {
// showDelDialog(conversationIds[position]);
if (_isDelEnter) { if (_isDelEnter) {
await hxDatabase.deleteByUser(conversationIds[position]); await hxDatabase.deleteByUser(conversationIds[position]);
lastScrollId = null; lastScrollId = null;

Loading…
Cancel
Save