Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 25, 2024
1 parent 4189819 commit a9cbb8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ private void decryptFile(
// (str != null && !str.isEmpty())
if (
this.privateKey == null ||
this.privateKey.isEmpty() ||
this.privateKey.isEmpty()
) {
Log.i(TAG, "Cannot found privateKey");
return;
Expand Down

0 comments on commit a9cbb8f

Please sign in to comment.