Commit ad172a53 by M. Porooshani

Fixed weird elipses in navigationbar

parent 0c2d60ec
......@@ -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