mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-05 10:34:49 +08:00
@@ -24,8 +24,8 @@ class FavPgcController
|
||||
}
|
||||
|
||||
@override
|
||||
void onSelect(int index, [bool disableSelect = true]) {
|
||||
super.onSelect(index, false);
|
||||
void onSelect(FavPgcItemModel item, [bool disableSelect = true]) {
|
||||
super.onSelect(item, false);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user