mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: err string
fix: typo Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -10,11 +10,11 @@ class FollowSearchPage extends CommonSearchPage {
|
||||
const FollowSearchPage({
|
||||
super.key,
|
||||
this.mid,
|
||||
this.isFromSelct,
|
||||
this.isFromSelect,
|
||||
});
|
||||
|
||||
final int? mid;
|
||||
final bool? isFromSelct;
|
||||
final bool? isFromSelect;
|
||||
|
||||
@override
|
||||
State<FollowSearchPage> createState() => _FollowSearchPageState();
|
||||
@@ -42,7 +42,7 @@ class _FollowSearchPageState extends CommonSearchPageState<FollowSearchPage,
|
||||
}
|
||||
return FollowItem(
|
||||
item: list[index],
|
||||
onSelect: widget.mid != null && widget.isFromSelct != false
|
||||
onSelect: widget.mid != null && widget.isFromSelect != false
|
||||
? (userModel) {
|
||||
Get.back(result: userModel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user