Merge remote-tracking branch 'upstream/main' into gallery

This commit is contained in:
Believethehype
2024-06-30 18:02:43 +02:00
10 changed files with 218 additions and 53 deletions
@@ -118,8 +118,7 @@ class Nip44(
else -> null
}
} catch (e: Exception) {
Log.e("CryptoUtils", "Could not identify the version for NIP44 payload $json")
e.printStackTrace()
Log.e("CryptoUtils", "NIP44: Unable to find version and decrypt $json", e)
null
}
@@ -140,8 +139,7 @@ class Nip44(
else -> null
}
} catch (e: Exception) {
Log.e("CryptoUtils", "Could not identify the version for NIP44 payload $payload")
e.printStackTrace()
Log.e("CryptoUtils", "NIP44: Unable to find version and decrypt $payload", e)
null
}
}