fix: attachment download button #1401

This commit is contained in:
J-Jamet
2022-09-15 15:04:24 +02:00
parent ecc4550261
commit 92fcadf3f3
3 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ KeePassDX(3.5.0)
* Better management of mime-types and extensions #1211
* Add "Screenshot mode" setting #459 #1377 #1354 (Thx @GianpaMX)
* Hide clipboard sensitive text when copy entry field #1386
* Fix attachment download button #1401
KeePassDX(3.4.5)
* Fix custom data in group (fix KeeShare) #1335

View File

@@ -129,6 +129,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:clickable="false"
android:contentDescription="@string/download"
android:src="@drawable/ic_file_stream_white_24dp"
app:layout_constraintBottom_toBottomOf="parent"

View File

@@ -3,3 +3,4 @@
* Better management of mime-types and extensions #1211
* Add "Screenshot mode" setting #459 #1377 #1354 (Thx @GianpaMX)
* Hide clipboard sensitive text when copy entry field #1386
* Fix attachment download button #1401