feat: Regulate when thumbnails are animated as per MSC2705

This commit is contained in:
Sorunome 2020-12-29 10:43:32 +01:00
commit 62ab031d13
6 changed files with 14 additions and 8 deletions

View file

@ -147,6 +147,7 @@ class InputBar extends StatelessWidget {
width: size * ratio,
height: size * ratio,
method: ThumbnailMethod.scale,
animated: true,
);
return Container(
padding: EdgeInsets.all(4.0),