mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(android): eagerly init ClawApplication#applicationComponent
This commit is contained in:
parent
32cba40e91
commit
7cbb8e6237
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ import javax.inject.Inject
|
|||
@ContributesAppInjector(generateAppComponent = true)
|
||||
class ClawApplication : Application(), ApplicationComponentOwner {
|
||||
|
||||
override val applicationComponent by
|
||||
lazy(LazyThreadSafetyMode.NONE) { GeneratedApplicationComponent.create(this) }
|
||||
override val applicationComponent = GeneratedApplicationComponent.create(this)
|
||||
|
||||
@Inject lateinit var plugins: Set<@JvmSuppressWildcards AppPlugin>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue