fix: Fixed icons, timing, copy button

This commit is contained in:
Deven Joshi
2020-11-20 17:17:52 +05:30
parent 68e9f98b7f
commit 3c7b10173d
3 changed files with 14 additions and 3 deletions
-1
View File
@@ -122,7 +122,6 @@ class ImageActionsModal extends StatelessWidget {
urls[currentIndex].split('?')[0]);
Navigator.pop(context);
}),
_buildButton(context, 'Copy', StreamIcons.copy, () {}),
if (StreamChat.of(context).user.id == message.user.id)
_buildButton(context, 'Delete', StreamIcons.delete,
() {