Commit cee4bea1 by Daniel Dahan

prepare for release 1.38.0

parent 0d4cf2d2
......@@ -231,7 +231,7 @@ public class BottomNavigationBar : UITabBar {
public override func didMoveToSuperview() {
super.didMoveToSuperview()
if autoLayoutToSuperview && translatesAutoresizingMaskIntoConstraints {
if autoLayoutToSuperview {
if let v: UIView = superview {
translatesAutoresizingMaskIntoConstraints = false
MaterialLayout.alignFromBottom(v, child: self)
......
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