chore: Design follow up fixes

This commit is contained in:
Christian Pauly 2022-07-08 15:42:47 +02:00
commit fd2f7114d6
7 changed files with 70 additions and 43 deletions

View file

@ -128,7 +128,9 @@ class UserBottomSheetView extends StatelessWidget {
subtitle: Text(user.id),
trailing: Icon(Icons.adaptive.share_outlined),
onTap: () => FluffyShare.share(
user.id, controller.widget.outerContext),
user.id,
context,
),
),
if (presence != null)
ListTile(