mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
remove trailing white space
This commit is contained in:
@@ -253,7 +253,7 @@ class PgpActivity : AppCompatActivity(), OpenPgpServiceConnection.OnBound {
|
|||||||
* Encrypts the password and the extra content
|
* Encrypts the password and the extra content
|
||||||
*/
|
*/
|
||||||
private fun encrypt(): Unit {
|
private fun encrypt(): Unit {
|
||||||
val name = crypto_password_file_edit.text.toString()
|
val name = crypto_password_file_edit.text.toString().trim()
|
||||||
val pass = crypto_password_edit.text.toString()
|
val pass = crypto_password_edit.text.toString()
|
||||||
val extra = crypto_extra_edit.text.toString()
|
val extra = crypto_extra_edit.text.toString()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user