Limit keychain modal to Android (#1591)

This commit is contained in:
Justin Hernandez
2026-01-12 12:42:34 -08:00
committed by GitHub
parent 9f5171f21e
commit 8eff3d030d

View File

@@ -349,6 +349,7 @@ export function enableKeychainErrorModal() {
export function showKeychainErrorModal(
errorType: 'user_cancelled' | 'crypto_failed',
) {
if (Platform.OS !== 'android') return;
if (!navigationRef.isReady()) return;
const errorContent = {