1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Improve notifications delete button

This commit is contained in:
2020-05-07 19:13:22 +02:00
parent 89d3b79617
commit 97db56ae78
2 changed files with 13 additions and 4 deletions

View File

@ -64,7 +64,7 @@ class _ComunicTabletAppBarWidgetState
notificationsBadge: _unreadNotifications.notifications,
onBuildOverlay: (c) => Padding(
padding: const EdgeInsets.all(8.0),
child: NotificationsScreen(),
child: NotificationsScreen(useSmallDeleteButton: true),
),
),
AppBarCustomDropDownWidget(