You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model name: SM-A536B/DS:
In file cryptography/lib/src/cryptography/cipher_wand.dart function "decryptString" the variable clearText is an unmodifiable list that causes the error "Unsupported operation: Cannot modify an unmodifiable list", because in the finally block we try to modify clearText.
The text was updated successfully, but these errors were encountered:
Model name: SM-A536B/DS:
![cryptography](https://private-user-images.githubusercontent.com/73482879/255140558-f29d8dac-781b-466b-833f-dd1fe4e9eb30.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDYyOTcsIm5iZiI6MTczOTAwNTk5NywicGF0aCI6Ii83MzQ4Mjg3OS8yNTUxNDA1NTgtZjI5ZDhkYWMtNzgxYi00NjZiLTgzM2YtZGQxZmU0ZTllYjMwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA5MTMxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNiZjk0MDRkYWY4ZjNiMTBhNTU2MWYxNmNlZjA4MWFlYTUyYWUxZmU0M2I4YmIzZDYzZmE1NzFkMGRiYmU3ZDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.w8pnpiU7IzwfTeF1QbCG6MGkGivbfw78v6CY9Q24Ptc)
In file cryptography/lib/src/cryptography/cipher_wand.dart function "decryptString" the variable clearText is an unmodifiable list that causes the error "Unsupported operation: Cannot modify an unmodifiable list", because in the finally block we try to modify clearText.
The text was updated successfully, but these errors were encountered: