Skip to content

Commit 1b9f893

Browse files
committed
Hide bottom tab bar when display reader comments
Does not show the bottom tab bar on the Reader tab when tapping on a comment button placed on a reader post's card.
1 parent 17df62c commit 1b9f893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/Classes/ViewRelated/Reader/ReaderCommentAction.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ final class ReaderCommentAction {
1313
controller.navigateToCommentID = navigateToCommentID as NSNumber?
1414
controller.promptToAddComment = promptToAddComment
1515
controller.trackCommentsOpened()
16+
controller.hidesBottomBarWhenPushed = true
1617
origin.navigationController?.pushViewController(controller, animated: true)
1718
}
1819
}

0 commit comments

Comments
 (0)