mirror of https://github.com/M66B/FairEmail.git
Reset encryption method
This commit is contained in:
parent
d2810e3d0a
commit
ab388527d8
|
@ -333,6 +333,7 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
|
|||
|
||||
db.identity().setIdentitySignKey(id, null);
|
||||
db.identity().setIdentitySignKeyAlias(id, null);
|
||||
db.identity().setIdentityEncrypt(id, 0);
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue