Skip to content

Commit

Permalink
Reader-bugs (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy committed Mar 27, 2023
1 parent f4a8614 commit 1799443
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,19 +363,19 @@ class ReaderWrapper extends HookConsumerWidget {
: NextChapterIntent(),
const SingleActivator(LogicalKeyboardKey.arrowUp):
scrollDirection == Axis.vertical
? NextScrollIntent()
? PreviousScrollIntent()
: NextChapterIntent(),
const SingleActivator(LogicalKeyboardKey.keyW):
scrollDirection == Axis.vertical
? NextScrollIntent()
? PreviousScrollIntent()
: NextChapterIntent(),
const SingleActivator(LogicalKeyboardKey.arrowDown):
scrollDirection == Axis.vertical
? PreviousScrollIntent()
? NextScrollIntent()
: PreviousChapterIntent(),
const SingleActivator(LogicalKeyboardKey.keyS):
scrollDirection == Axis.vertical
? PreviousScrollIntent()
? NextScrollIntent()
: PreviousChapterIntent(),
},
child: Actions(
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "432409518740645ce7f28802171b78783197d01149fad44f9b8ae55f40277139"
sha256: e2a90e1d4eed378ea12e0771be9e32766a2f8d2de3064e42f3a55f1b04fb8af8
url: "https://pub.dev"
source: hosted
version: "6.5.0"
version: "6.4.1"
graphs:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tachidesk_sorayomi
description: A new Flutter frontend for Tachidesk.

publish_to: "none"
version: 0.4.9+1
version: 0.5.0+1

environment:
sdk: ">=2.18.1 <3.0.0"
Expand All @@ -23,7 +23,7 @@ dependencies:
fluttertoast: ^8.1.1
font_awesome_flutter: ^10.2.1
freezed_annotation: ^2.2.0
go_router: ^6.0.0
go_router: 6.4.1
hive: ^2.2.3
hive_flutter: ^1.1.0
hooks_riverpod: ^2.1.1
Expand Down

0 comments on commit 1799443

Please sign in to comment.