Selaa lähdekoodia

Fix top radius for Add email button

vishnukvmd 2 vuotta sitten
vanhempi
commit
2e4dba3fe1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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) => {