From 2ca59d95f962d333f56c714f1e0b97d38db4785a Mon Sep 17 00:00:00 2001 From: Dan Ho Date: Fri, 15 Mar 2019 23:19:49 +0800 Subject: fixed accidental newlines --- app/src/main/java/com/zeapo/pwdstore/crypto/PgpActivity.kt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/src/main/java/com/zeapo/pwdstore/crypto/PgpActivity.kt b/app/src/main/java/com/zeapo/pwdstore/crypto/PgpActivity.kt index 4e3b756c..81a79d05 100644 --- a/app/src/main/java/com/zeapo/pwdstore/crypto/PgpActivity.kt +++ b/app/src/main/java/com/zeapo/pwdstore/crypto/PgpActivity.kt @@ -307,8 +307,7 @@ class PgpActivity : AppCompatActivity(), OpenPgpServiceConnection.OnBound { entry.totpSecret, Date().time / (1000 * entry.totpPeriod), entry.totpAlgorithm, - entry.digits - ) + entry.digits) ) } crypto_otp_show.text = @@ -316,8 +315,7 @@ class PgpActivity : AppCompatActivity(), OpenPgpServiceConnection.OnBound { entry.totpSecret, Date().time / (1000 * entry.totpPeriod), entry.totpAlgorithm, - entry.digits - ) + entry.digits) } else { // we only want to calculate and show HOTP if the user requests it crypto_copy_otp.setOnClickListener { -- cgit v1.2.3