Fix door opening sound

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-16 17:42:16 +01:00
parent bc74f7beee
commit bd486e4c82
9 changed files with 27 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ class _EpisodeScreenState extends State<EpisodeScreen> {
FloatingActionButtonLocation.miniCenterFloat,
floatingActionButton: Row(
children: [
FloatingActionButton(
ElevatedButton(
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(
@@ -50,7 +50,7 @@ class _EpisodeScreenState extends State<EpisodeScreen> {
},
child: Text('VGA Gallery'),
),
FloatingActionButton(
ElevatedButton(
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(