Removed redundant method call.

This commit is contained in:
Lekshmi S 2020-11-02 18:29:15 +05:30
parent 9e77827df6
commit bc6c23cd91

View File

@ -29,7 +29,6 @@
open override func updateView(_ size: CGFloat) {
super.updateView(size)
stack.updateView(size)
}
//----------------------------------------------------