Browse Source

Amall fix in the home screen.

Iñigo Valentin 9 năm trước cách đây
mục cha
commit
37e511aacc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/HomeView.swift

+ 1 - 1
app/HomeView.swift

@@ -106,7 +106,7 @@ class HomeView: UIView {
 		setUpFutureActivities(context: self.moc!, delegate: self.delegate!, lang: self.lang!, parent: self.futureActivitiesSection.getContentStack())
 		setUpSocial(parent: self.socialSection.getContentStack())
 		setUpGallery(context: self.moc!, delegate: self.delegate!, parent: self.gallerySection.getContentStack())
-		setUpLablanca(context: self.moc!, delegate: self.delegate!, self.lang!)
+		setUpLablanca(context: self.moc!, delegate: self.delegate!, lang: self.lang!)
 	}