mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-17 11:16:33 -07:00
feat: Implement custom keyboard for Android TV (#523)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
721fc28060
commit
75c2f958b4
22 changed files with 927 additions and 157 deletions
|
|
@ -400,14 +400,15 @@ class _LibrarySearchScreenState extends ConsumerState<LibrarySearchScreen> {
|
|||
spacing: 2,
|
||||
children: [
|
||||
const SizedBox(width: 2),
|
||||
Center(
|
||||
child: SizedBox.square(
|
||||
dimension: 47,
|
||||
child: Card(
|
||||
child: context.router.backButton(),
|
||||
if (AdaptiveLayout.inputDeviceOf(context) != InputDevice.dPad)
|
||||
Center(
|
||||
child: SizedBox.square(
|
||||
dimension: 47,
|
||||
child: Card(
|
||||
child: context.router.backButton(),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
Flexible(
|
||||
child: Hero(
|
||||
tag: "PrimarySearch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue