mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
fix: search (#1412)
This commit is contained in:
committed by
GitHub
parent
e1944b0c8d
commit
4e15422d2d
@@ -24,10 +24,7 @@ class SearchTrendingPage extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _SearchTrendingPageState extends State<SearchTrendingPage> {
|
||||
final _controller = Get.put(
|
||||
SearchTrendingController(),
|
||||
tag: Get.parameters['tag'],
|
||||
);
|
||||
final _controller = Get.putOrFind(SearchTrendingController.new);
|
||||
|
||||
late double _offset;
|
||||
final RxDouble _scrollRatio = 0.0.obs;
|
||||
|
||||
Reference in New Issue
Block a user