fix min size

This commit is contained in:
otsmr 2025-04-14 22:13:46 +02:00
parent 0da7d77e40
commit 82669bd4a5

View file

@ -357,7 +357,7 @@ class _MediaViewerViewState extends State<MediaViewerView> {
},
child: MediaViewSizing(
bottomNavigation: bottomNavigation(),
requiredHeight: 50,
requiredHeight: 80,
child: Image.memory(
imageBytes!,
fit: BoxFit.contain,