| #
e1bdffa3 |
| 04-Jul-2019 |
James Ide <[email protected]> |
[ios] Make `-[EXSession deleteSessionFromKeychainWithError]` idempotent
This matches Android's behavior, where we can delete Home's session secret idempotently. This way we don't get errors if we cl
[ios] Make `-[EXSession deleteSessionFromKeychainWithError]` idempotent
This matches Android's behavior, where we can delete Home's session secret idempotently. This way we don't get errors if we clear the session token even after it's been cleared.
Tested by calling `LocalStorage.removeSessionAsync()` twice on Home and didn't get an async error.
show more ...
|