Loading app/src/main/java/foundation/e/apps/domain/install/usecase/AppInstallerUseCase.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class AppInstallerUseCase@Inject constructor( fun currentAuthData(): AuthData? { return try { cacheRepository.cacheAuthData() } catch (e: Exception) { } catch (e: RuntimeException) { if (cacheRepository.currentUser() == User.NO_GOOGLE) { return AuthData("", "").apply { this.isAnonymous = false Loading Loading
app/src/main/java/foundation/e/apps/domain/install/usecase/AppInstallerUseCase.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class AppInstallerUseCase@Inject constructor( fun currentAuthData(): AuthData? { return try { cacheRepository.cacheAuthData() } catch (e: Exception) { } catch (e: RuntimeException) { if (cacheRepository.currentUser() == User.NO_GOOGLE) { return AuthData("", "").apply { this.isAnonymous = false Loading