chore: deprecate prev reply, videopage

Closes #579

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-01 12:41:03 +08:00
parent e4f3203351
commit cdb2718aeb
24 changed files with 399 additions and 823 deletions

View File

@@ -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,