mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: search trending page
Closes #684 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -64,7 +64,7 @@ class _SearchResultPageState extends State<SearchResultPage>
|
||||
),
|
||||
title: GestureDetector(
|
||||
onTap: () {
|
||||
if (Get.previousRoute.startsWith('/search')) {
|
||||
if (Get.previousRoute.startsWith('/search?')) {
|
||||
Get.back();
|
||||
} else {
|
||||
Get.offNamed(
|
||||
|
||||
Reference in New Issue
Block a user