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

Commit 479a0533 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Remove callback to onStartInstall() for now

parent ea14691e
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ class SplitInstallService : Service() {
                val apk = element.getString("module_name") ?: element.getString("language")
                apk?.let {
                    mSplitInstaller.install(packageName, apk)
                    callback.onStartInstall(0)
                } ?: logBundleError(element)
            }
        }