Commit da02b950 by Daniel Dahan

removed extra prepareView method call

parent 4494ebad
...@@ -220,7 +220,6 @@ public class NavigationBarView : MaterialView { ...@@ -220,7 +220,6 @@ public class NavigationBarView : MaterialView {
*/ */
public override func prepareView() { public override func prepareView() {
super.prepareView() super.prepareView()
super.prepareView()
grid.spacing = 10 grid.spacing = 10
grid.axis.columns = 8 grid.axis.columns = 8
grid.axis.inherited = false grid.axis.inherited = 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