🗃️ Local keypair db
This commit is contained in:
@ -138,6 +138,7 @@ class _ProfileEditScreenState extends State<ProfileEditScreen> {
|
||||
rawBytes = await image.readAsBytes();
|
||||
}
|
||||
|
||||
if (!mounted) return;
|
||||
final attach = context.read<SnAttachmentProvider>();
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user