update fork #128

Manually merged
tristan merged 181 commits from mirror/monocles_chat_clean:master into master 2026-01-23 14:02:38 +01:00
Showing only changes of commit 68392a101e - Show all commits

Make web links clickable in story viewer

Arne 2025-12-30 20:23:03 +01:00

View file

@ -28,6 +28,8 @@
android:background="#80000000"
android:padding="16dp"
android:textColor="@android:color/white"
android:textSize="18sp" />
android:textSize="18sp"
android:autoLink="web"
android:linksClickable="true" />
</FrameLayout>