Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f369e3e authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Fix lint warning for onBind

Since SplitInstallService extends LifecycleService, super.onBind()
needs to be called.
parent e4e1cad1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ class SplitInstallService : LifecycleService() {
    }

    override fun onBind(intent: Intent): IBinder {
        super.onBind(intent)
        binder = SplitInstallBinder(
            applicationContext,
            lifecycleScope,