mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 13:58:50 +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