Skip to content

Commit 36eb648

Browse files
author
Artyom Vlasov
authored
Hide bottom tab bar when display Reader comments (#22619)
2 parents 31362ef + 1b9f893 commit 36eb648

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)