Commit 6ea72bbb by Daniel Dahan

Merge pull request #409 from mohpor/development

Fixed weird ellipsis in navigationbar
parents 0c2d60ec ad172a53
......@@ -447,7 +447,7 @@ public class NavigationBar : UINavigationBar {
} else {
item.titleLabel.text = item.title
}
item.hidesBackButton = true
item.hidesBackButton = false
item.setHidesBackButton(true, animated: false)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment