opt: dynamic comment push

This commit is contained in:
guozhigq
2024-11-16 14:54:57 +08:00
parent d8b1ee1b2a
commit f932175a1f
5 changed files with 48 additions and 11 deletions

View File

@ -127,7 +127,7 @@ class AtItem extends StatelessWidget {
return InkWell(
onTap: () async {
MessageUtils.onClickMessage(context, uri, nativeUri, type);
MessageUtils.onClickMessage(context, uri, nativeUri, type, null);
},
child: Padding(
padding: const EdgeInsets.all(14),