mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:38: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(
|
||||
bottomNavigation: bottomNavigation(),
|
||||
requiredHeight: 50,
|
||||
requiredHeight: 80,
|
||||
child: Image.memory(
|
||||
imageBytes!,
|
||||
fit: BoxFit.contain,
|
||||
|
|
|
|||
Loading…
Reference in a new issue