Details
Details
On Android: attempted to primary restore account with invalid password provided
- Before: Restoration error screen appears with error message from D15233 test plan
- After: Invalid credentials message is displayed, as expected
Also, tested that for introduced type, the Display trait prints backup_decryption_failed while Debug prints BackupDecryptionError(<<original error contents here>>)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/native_rust_library/src/backup.rs | ||
|---|---|---|
| 536 ↗ | (On Diff #50009) | Alternative ways: cleaner, but less explicit use std::ops::Deref; Some(self.0.deref()) or Some(&*self.0) |