Skip to content

Commit

Permalink
Revert injection changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanDYDX committed Mar 13, 2024
1 parent 5e86600 commit a18df1a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ import android.os.StrictMode
import com.facebook.stetho.Stetho
import dagger.hilt.android.HiltAndroidApp
import exchange.dydx.abacus.jvm.AbacusAndroid
import exchange.dydx.platformui.designSystem.theme.ThemeSettings
import exchange.dydx.trading.common.AppConfig
import exchange.dydx.trading.common.logger.DydxLogger
import timber.log.Timber
import javax.inject.Inject

@HiltAndroidApp
class DydxApplication : Application() {

private val logger = DydxLogger()
// Do not remove - this is used to trigger initialization via Dagger
// This is an anti-pattern, do not copy.
@Inject lateinit var themeSettings: ThemeSettings
@Inject lateinit var logger: DydxLogger

override fun onCreate() {
super.onCreate()
Expand Down

0 comments on commit a18df1a

Please sign in to comment.