mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 02:05:58 -07:00
[Chore] Update flutter to 3.24
This commit is contained in:
parent
f59a08fa6f
commit
1b5d751855
11 changed files with 23 additions and 23 deletions
|
|
@ -78,7 +78,7 @@ class _BookViewerScreenState extends ConsumerState<BookViewerScreen> {
|
|||
data: ThemesData.of(context).dark,
|
||||
child: PopScope(
|
||||
canPop: true,
|
||||
onPopInvoked: (didPop) async {
|
||||
onPopInvokedWithResult: (didPop, result) async {
|
||||
await ref.read(bookViewerProvider.notifier).stopPlayback();
|
||||
},
|
||||
child: Scaffold(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue