Make links in notes clickable

This commit is contained in:
Sylvia van Os
2021-08-01 21:39:48 +02:00
parent c86cc22a93
commit e2bcc24867
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
Changes:
- Make links in notes clickable
## v2.1.0 (2021-08-01)
Changes:

View File

@@ -219,6 +219,7 @@
<TextView
android:id="@+id/noteView"
android:autoLink="all"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"