Skip to content

Commit

Permalink
🚸 Pop after comment deleted in team post detail page.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 20, 2020
1 parent 71200d2 commit 8d94366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/post/team_post_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ class TeamPostDetailPageState extends State<TeamPostDetailPage> {
(dynamic _) {
showToast('删除成功');
Instances.eventBus.fire(TeamCommentDeletedEvent(postId: provider.post.tid));
navigatorState.pop();
},
);
}
Expand Down

0 comments on commit 8d94366

Please sign in to comment.