Fix door opening sound
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user