Skip to content

Commit dfb3777

Browse files
Revert "Quick fix for onAppCreate()"
1 parent c0d8046 commit dfb3777

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/com/glia/exampleapp/Application.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import android.text.TextUtils;
44
import android.util.Log;
55

6-
import com.glia.androidsdk.Glia;
76
import com.glia.widgets.GliaWidgets;
87
import com.google.firebase.FirebaseApp;
98
import com.google.firebase.FirebaseOptions;
@@ -15,8 +14,6 @@ public void onCreate() {
1514
super.onCreate();
1615
initFirebase();
1716

18-
Glia.onAppCreate(this); // TODO: remove this line when Core SDK is updated
19-
2017
GliaWidgets.setCustomCardAdapter(new ExampleCustomCardAdapter());
2118
}
2219

0 commit comments

Comments
 (0)