mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 03:16:27 -04:00
Changes after review
This commit is contained in:
parent
095405f383
commit
68b138a0dc
@ -34,12 +34,12 @@ class ReadAloudService : Service() {
|
||||
private var readAloudCallbacks: ReadAloudCallbacks? = null
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
CoreApp.coreComponent
|
||||
.coreServiceComponent()
|
||||
.service(this)
|
||||
.build()
|
||||
.inject(this)
|
||||
super.onCreate()
|
||||
}
|
||||
|
||||
override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int {
|
||||
|
Loading…
x
Reference in New Issue
Block a user