mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 12:32:40 +08:00
opt view dyn reply
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -372,6 +372,7 @@ abstract final class PageUtils {
|
||||
static Future<void> pushDynDetail(
|
||||
DynamicItemModel item, {
|
||||
bool isPush = false,
|
||||
bool viewReply = false,
|
||||
}) async {
|
||||
feedBack();
|
||||
|
||||
@@ -389,6 +390,7 @@ abstract final class PageUtils {
|
||||
'/dynamicDetail',
|
||||
arguments: {
|
||||
'item': item,
|
||||
'viewReply': viewReply,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user