Changes after review

This commit is contained in:
MohitMali 2023-03-01 16:01:01 +05:30 committed by MohitMaliFtechiz
parent 095405f383
commit 68b138a0dc

View File

@ -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 {