Sfoglia il codice sorgente

Amall fix in the home screen.

Iñigo Valentin 9 anni fa
parent
commit
37e511aacc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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!)
 	}