mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
chore: deprecate prev reply, videopage
Closes #579 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -233,7 +233,7 @@ class Utils {
|
||||
}) {
|
||||
if (off) {
|
||||
Get.offNamed(
|
||||
'${GStorage.collapsibleVideoPage ? '/videoV' : '/video'}?$page',
|
||||
'/videoV?$page',
|
||||
arguments: arguments,
|
||||
id: id,
|
||||
preventDuplicates: preventDuplicates,
|
||||
@@ -241,7 +241,7 @@ class Utils {
|
||||
);
|
||||
} else {
|
||||
Get.toNamed(
|
||||
'${GStorage.collapsibleVideoPage ? '/videoV' : '/video'}?$page',
|
||||
'/videoV?$page',
|
||||
arguments: arguments,
|
||||
id: id,
|
||||
preventDuplicates: preventDuplicates,
|
||||
|
||||
Reference in New Issue
Block a user