mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-16 18:56:00 -07:00
fix: Lots of navigation improvements
This commit is contained in:
parent
c299492d6d
commit
5174bb3a6c
55 changed files with 1019 additions and 832 deletions
|
|
@ -69,6 +69,8 @@ class PosterListItem extends ConsumerWidget {
|
|||
),
|
||||
child: FocusButton(
|
||||
onTap: () => pressedWidget(context),
|
||||
autoFocus:
|
||||
FocusProvider.autoFocusOf(context) && AdaptiveLayout.inputDeviceOf(context) == InputDevice.dPad,
|
||||
onFocusChanged: (focus) {
|
||||
if (focus) {
|
||||
context.ensureVisible();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue