Skip to content

Commit

Permalink
update example app
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Apr 3, 2022
1 parent 18e0423 commit d764294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,9 @@ class DartVLCExampleState extends State<DartVLCExample> {
),
const SizedBox(width: 12.0),
ElevatedButton(
onPressed: () => this.player.back(),
onPressed: () => this.player.previous(),
child: const Text(
'back',
'previous',
style: TextStyle(
fontSize: 14.0,
),
Expand Down

0 comments on commit d764294

Please sign in to comment.