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

Commit 9cc30ae4 authored by dev-12's avatar dev-12 Committed by dev-12
Browse files

refactor: typo fixes

parent 5046e9c8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ class AppManagerImpl @Inject constructor(
                if (list.isEmpty()) {
                    reportInstallationIssue(appInstall)
                    val errorMessage =
                        "installApp: error downloaded files doesn't exit for package ${appInstall.packageName} "
                        "installApp: Downloaded files doesn't exist for package ${appInstall.packageName} "
                    Timber.e(errorMessage)
                    throw IllegalStateException(errorMessage)
                }