mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:08:41 +00:00
fix min size
This commit is contained in:
parent
0da7d77e40
commit
82669bd4a5
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ class _MediaViewerViewState extends State<MediaViewerView> {
|
||||||
},
|
},
|
||||||
child: MediaViewSizing(
|
child: MediaViewSizing(
|
||||||
bottomNavigation: bottomNavigation(),
|
bottomNavigation: bottomNavigation(),
|
||||||
requiredHeight: 50,
|
requiredHeight: 80,
|
||||||
child: Image.memory(
|
child: Image.memory(
|
||||||
imageBytes!,
|
imageBytes!,
|
||||||
fit: BoxFit.contain,
|
fit: BoxFit.contain,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue