feat: Integrate AccountManager to retrieve last logged account in AuthFlow and update MainActivity
This commit is contained in:
@@ -332,11 +332,6 @@ object CryptoManager {
|
||||
// Decompress (zlib inflate - совместимо с pako.inflate в JS)
|
||||
String(decompress(decrypted), Charsets.UTF_8)
|
||||
} catch (e: Exception) {
|
||||
android.util.Log.e("ReplyDebug", "❌ [DECRYPT] decryptWithPassword failed:", e)
|
||||
android.util.Log.e("ReplyDebug", " - Input length: ${encryptedData.length}")
|
||||
android.util.Log.e("ReplyDebug", " - Input preview: ${encryptedData.take(100)}")
|
||||
android.util.Log.e("ReplyDebug", " - Password length: ${password.length}")
|
||||
android.util.Log.e("ReplyDebug", " - Exception: ${e.message}")
|
||||
null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user