Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix(DecryptionActivity.kt): fix condition to copy text
The condition to copy text was checking if the length of the text was not equal to zero, which could lead to copying an empty string. The condition has been updated to check if the length of the text is greater than zero.
- Loading branch information