Skip to content

Commit

Permalink
Merge pull request #87 from 0x1-company/cache-clear
Browse files Browse the repository at this point in the history
feat: 🎸 image cache clear
  • Loading branch information
tomokisun committed Jan 1, 2024
2 parents a219cdb + 893b278 commit 12c55bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public struct BeRealCaptureLogic {

case .updateUserImage(.success):
state.isActivityIndicatorVisible = false
URLCache.shared.removeAllCachedResponses()
return .send(.delegate(.nextScreen))

case .updateUserImage(.failure):
Expand Down

0 comments on commit 12c55bb

Please sign in to comment.