Bläddra i källkod

Fix bottom radius behavior

vishnukvmd 2 år sedan
förälder
incheckning
94251a12fa
1 ändrade filer med 3 tillägg och 4 borttagningar
  1. 3 4
      lib/ui/sharing/album_participants_page.dart

+ 3 - 4
lib/ui/sharing/album_participants_page.dart

@@ -234,13 +234,12 @@ class _AlbumParticipantsPageState extends State<AlbumParticipantsPage> {
                             }
                           },
                           isTopBorderRadiusRemoved: listIndex > 0,
-                          isBottomBorderRadiusRemoved:
-                              listIndex == viewers.length,
+                          isBottomBorderRadiusRemoved: isOwner,
                           borderRadius: 8,
                         ),
-                        listIndex == viewers.length
+                        isOwner
                             ? DividerWidget(
-                                dividerType: DividerType.menu,
+                                dividerType: DividerType.solid,
                                 bgColor:
                                     getEnteColorScheme(context).blurStrokeFaint,
                               )