Loading app/src/main/java/foundation/e/apps/install/splitinstall/SplitInstallBinder.kt +5 −9 Original line number Diff line number Diff line Loading @@ -71,15 +71,11 @@ class SplitInstallBinder( try { coroutineScope.launch { authenticatorRepository.getValidatedAuthData() } if (authenticatorRepository.gplayAuth == null) { Timber.w(AUTH_DATA_ERROR_MESSAGE) handleError(packageName) return return@launch } coroutineScope.launch { downloadModule(packageName, moduleName) } } catch (exception: GPlayLoginException) { Loading Loading
app/src/main/java/foundation/e/apps/install/splitinstall/SplitInstallBinder.kt +5 −9 Original line number Diff line number Diff line Loading @@ -71,15 +71,11 @@ class SplitInstallBinder( try { coroutineScope.launch { authenticatorRepository.getValidatedAuthData() } if (authenticatorRepository.gplayAuth == null) { Timber.w(AUTH_DATA_ERROR_MESSAGE) handleError(packageName) return return@launch } coroutineScope.launch { downloadModule(packageName, moduleName) } } catch (exception: GPlayLoginException) { Loading