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

Commit a92ef29e authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Merge branch '549os-fix-lint-warning' into 'main'

Fix lint warning for onBind

See merge request !194
parents e4e1cad1 3f369e3e
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,