fix(tvos): unify remote and text input ownership

This commit is contained in:
edde746
2026-07-26 07:08:01 +02:00
parent fcaa81bf3c
commit 71735354b9
17 changed files with 651 additions and 97 deletions
@@ -284,6 +284,7 @@ class _SubtitleSearchSheetState extends State<SubtitleSearchSheet> with Controll
child: FocusableTextField(
controller: _titleController,
focusNode: _titleFocusNode,
tvTextInputPresentation: TvTextInputPresentation.flutterOverlay,
decoration: pillInputDecoration(
context,
hintText: widget.mediaTitle ?? t.metadataEdit.title,
@@ -451,6 +452,7 @@ class _LanguagePickerViewState extends State<_LanguagePickerView> with Controlle
child: FocusableTextField(
controller: _filterController,
focusNode: _filterFocusNode,
tvTextInputPresentation: TvTextInputPresentation.flutterOverlay,
autofocus: true,
decoration: pillInputDecoration(
context,