mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Can show user account image in full screen
This commit is contained in:
@ -131,7 +131,11 @@ class _UserPageScreenState extends State<UserPageScreen> {
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: Row(
|
||||
children: <Widget>[
|
||||
AccountImageWidget(user: _userInfo),
|
||||
InkWell(
|
||||
onTap: () =>
|
||||
showImageFullScreen(context, _userInfo.accountImageURL),
|
||||
child: AccountImageWidget(user: _userInfo),
|
||||
),
|
||||
Text(" ${_userInfo.displayName}"),
|
||||
Spacer(),
|
||||
IconButton(
|
||||
|
Reference in New Issue
Block a user