Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-07 13:30:00 +08:00
parent 83e25ec0bf
commit b4c1568869
4 changed files with 7 additions and 49 deletions

View File

@@ -210,7 +210,7 @@ class SearchVideoController
).millisecondsSinceEpoch ~/
1000;
}
onSortSearch(label: e.label);
onSortSearch();
},
bgColor: isCurr
? theme.colorScheme.secondaryContainer
@@ -224,14 +224,10 @@ class SearchVideoController
),
const SizedBox(height: 8),
Row(
spacing: 8,
children: [
Expanded(child: dateWidget()),
const SizedBox(width: 8),
const Text(
'',
style: TextStyle(fontSize: 13),
),
const SizedBox(width: 8),
const Text('', style: TextStyle(fontSize: 13)),
Expanded(child: dateWidget(false)),
],
),