Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 648a9de

Browse files
committed
fix #342 select photo from device
1 parent d5d4dca commit 648a9de

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

app/src/main/res/layout/content_upload.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
android:layout_height="wrap_content"
9191
android:src="@drawable/ic_photo_red_48px"
9292
android:background="@null"
93+
android:onClick="selectPicture"
9394
android:contentDescription="@string/select_photo" />
9495

9596
</LinearLayout>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Abhängigkeiten aktualisiert
2+
- Fix #342 selektiere Foto vom Gerät
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Update dependencies
1+
- Update dependencies
2+
- fix #342 select photo from device

0 commit comments

Comments
 (0)