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

Commit 152d81dc authored by Jonathan Klee's avatar Jonathan Klee Committed by Hasib Prince
Browse files

Fix lint warning for onBind

Since SplitInstallService extends LifecycleService, super.onBind()
needs to be called.
parent a725c6b3
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,