chore: Design follow up fixes
This commit is contained in:
parent
c7e973cbc1
commit
fd2f7114d6
7 changed files with 70 additions and 43 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue