Explorar el Código

Amall fix in the home screen.

Iñigo Valentin hace 9 años
padre
commit
37e511aacc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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!)
 	}