fixed accidental newlines
This commit is contained in:
parent
9137dadcbd
commit
2ca59d95f9
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue