Fix shared otpauth link if database not open #1274

This commit is contained in:
J-Jamet
2022-03-23 18:03:32 +01:00
parent 3917bfc9e6
commit 6e42db41be
4 changed files with 5 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
KeePassDX(3.3.3)
* Fix shared otpauth link if database not open #1274
* Ellipsize attachment name #1253
* Fix URL color
* Fingerprint unlock no more by default

View File

@@ -165,15 +165,8 @@ class EntrySelectionLauncherActivity : DatabaseModeActivity() {
{
// If database not open
if (searchInfo.otpString != null) {
if (!readOnly) {
FileDatabaseSelectActivity.launchForSaveResult(this,
searchInfo)
} else {
Toast.makeText(applicationContext,
R.string.autofill_read_only_save,
Toast.LENGTH_LONG)
.show()
}
FileDatabaseSelectActivity.launchForSaveResult(this,
searchInfo)
} else if (searchShareForMagikeyboard) {
FileDatabaseSelectActivity.launchForKeyboardSelectionResult(this,
searchInfo)

View File

@@ -1,3 +1,4 @@
* Fix shared otpauth link if database not open #1274
* Ellipsize attachment name #1253
* Fix URL color
* Fingerprint unlock no more by default

View File

@@ -1,3 +1,4 @@
* Correction du partage d'un lien otpauth si la base de données n'est pas ouverte #1274
* Ellipsize le nom d'attachment #1253
* Correction de couleur d'URL
* Déblocage par empreinte n'est plus par défaut