fix: Hide stickers button when there is not sticker pack

This commit is contained in:
Christian Pauly 2021-07-24 10:52:54 +02:00
parent a8201c4358
commit b71dd4bc08
1 changed files with 16 additions and 12 deletions

View File

@ -626,6 +626,10 @@ class ChatView extends StatelessWidget {
contentPadding: EdgeInsets.all(0),
),
),
if (controller.room
.getImagePacks(
ImagePackUsage.sticker)
.isNotEmpty)
PopupMenuItem<String>(
value: 'sticker',
child: ListTile(