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:
@ -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(
|
||||
|
Reference in New Issue
Block a user