We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31362ef + 1b9f893 commit 36eb648Copy full SHA for 36eb648
WordPress/Classes/ViewRelated/Reader/ReaderCommentAction.swift
@@ -13,6 +13,7 @@ final class ReaderCommentAction {
13
controller.navigateToCommentID = navigateToCommentID as NSNumber?
14
controller.promptToAddComment = promptToAddComment
15
controller.trackCommentsOpened()
16
+ controller.hidesBottomBarWhenPushed = true
17
origin.navigationController?.pushViewController(controller, animated: true)
18
}
19
0 commit comments