Browse Source

Fix top radius for Add email button

vishnukvmd 2 years ago
parent
commit
2e4dba3fe1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/ui/sharing/share_collection_page.dart

+ 1 - 0
lib/ui/sharing/share_collection_page.dart

@@ -76,6 +76,7 @@ class _ShareCollectionPageState extends State<ShareCollectionPage> {
         menuItemColor: getEnteColorScheme(context).fillFaint,
         pressedColor: getEnteColorScheme(context).fillFaint,
         borderRadius: 4.0,
+        isTopBorderRadiusRemoved: _sharees.isNotEmpty,
         onTap: () async {
           routeToPage(context, AddParticipantPage(widget.collection)).then(
             (value) => {