mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix shared otpauth link if database not open #1274
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user