mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -51,7 +51,7 @@ class SearchAllController
|
||||
pubEnd: pubEnd,
|
||||
);
|
||||
|
||||
Future<void> onPushDetail(resultList) async {
|
||||
void onPushDetail(resultList) {
|
||||
try {
|
||||
int? aid = int.tryParse(keyword);
|
||||
if (aid != null && resultList.first.aid == aid) {
|
||||
|
||||
Reference in New Issue
Block a user