chore: Follow up remove hero animation
This commit is contained in:
parent
6dd44a9f61
commit
da6ac90cf2
2 changed files with 11 additions and 17 deletions
|
|
@ -66,14 +66,11 @@ class SettingsView extends StatelessWidget {
|
|||
borderRadius: BorderRadius.circular(
|
||||
Avatar.defaultSize * 2.5),
|
||||
),
|
||||
child: Hero(
|
||||
tag: 'profilesettings',
|
||||
child: Avatar(
|
||||
mxContent: profile?.avatarUrl,
|
||||
name: displayname,
|
||||
size: Avatar.defaultSize * 2.5,
|
||||
fontSize: 18 * 2.5,
|
||||
),
|
||||
child: Avatar(
|
||||
mxContent: profile?.avatarUrl,
|
||||
name: displayname,
|
||||
size: Avatar.defaultSize * 2.5,
|
||||
fontSize: 18 * 2.5,
|
||||
),
|
||||
),
|
||||
if (profile != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue