forked from Nexus/nexus
turn up max zoom of expandable image viewer
This commit is contained in:
parent
33c3a568f9
commit
621bb74cc9
2 changed files with 8 additions and 3 deletions
|
|
@ -30,6 +30,7 @@ class AvatarOrHash extends ConsumerWidget {
|
|||
color: ColorHash(title).color,
|
||||
child: Center(child: Text(title.isEmpty ? "" : title[0])),
|
||||
);
|
||||
|
||||
final parsedAvatar = avatar?.mxcToHttps(
|
||||
ref.watch(
|
||||
ClientStateController.provider.select(
|
||||
|
|
@ -38,6 +39,7 @@ class AvatarOrHash extends ConsumerWidget {
|
|||
) ??
|
||||
"",
|
||||
);
|
||||
|
||||
return SizedBox(
|
||||
width: height,
|
||||
height: height,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue