Expand DetailFragment again when exiting the CommentRepliesFragment
This commit is contained in:
parent
8c9287d0c8
commit
5f32d001cc
3 changed files with 36 additions and 7 deletions
|
|
@ -505,7 +505,7 @@ public final class NavigationHelper {
|
|||
final CommentsInfoItem commentsInfoItem) {
|
||||
defaultTransaction(activity.getSupportFragmentManager())
|
||||
.replace(R.id.fragment_holder, new CommentRepliesFragment(commentsInfoItem))
|
||||
.addToBackStack(null)
|
||||
.addToBackStack(CommentRepliesFragment.TAG)
|
||||
.commit();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue