Loading app/src/main/java/foundation/e/apps/domain/common/repository/CacheRepositoryImpl.kt +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ class CacheRepositoryImpl @Inject constructor( ?.let { User.getUser(it) } ?: run { User.UNAVAILABLE } } override fun resetCachedData() { applicationContext.configurations.apply { authData = "" Loading Loading
app/src/main/java/foundation/e/apps/domain/common/repository/CacheRepositoryImpl.kt +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ class CacheRepositoryImpl @Inject constructor( ?.let { User.getUser(it) } ?: run { User.UNAVAILABLE } } override fun resetCachedData() { applicationContext.configurations.apply { authData = "" Loading