Skip to content

Commit

Permalink
fix: revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
omerhabib26 committed Nov 30, 2023
1 parent 9562237 commit 445f4e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/main/java/org/openedx/app/OpenEdXApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import android.app.Application
import com.google.firebase.FirebaseOptions
import com.google.firebase.ktx.Firebase
import com.google.firebase.ktx.initialize
import org.koin.android.ext.koin.androidContext
import org.koin.core.context.startKoin
import org.openedx.app.di.appModule
import org.openedx.app.di.networkingModule
import org.openedx.app.di.screenModule
import org.koin.android.ext.koin.androidContext
import org.koin.core.context.startKoin

class OpenEdXApp : Application() {

Expand All @@ -33,4 +33,5 @@ class OpenEdXApp : Application() {
Firebase.initialize(this, options)
}
}
}

}

0 comments on commit 445f4e5

Please sign in to comment.