mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-18 17:40:22 +02:00
remove trailing white space
This commit is contained in:
parent
bb2c6df4cf
commit
7ceb1719f3
|
|
@ -253,7 +253,7 @@ class PgpActivity : AppCompatActivity(), OpenPgpServiceConnection.OnBound {
|
|||
* Encrypts the password and the extra content
|
||||
*/
|
||||
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 extra = crypto_extra_edit.text.toString()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue