Merge pull request #161 from vector-im/feature/fix_timeline_clicks

Fix / click|longclick link interference
This commit is contained in:
Valere
2019-06-07 14:43:04 +02:00
committed by GitHub
11 changed files with 100 additions and 54 deletions

View File

@ -73,6 +73,7 @@
<ViewStub
android:id="@+id/messageContentMediaStub"
style="@style/TimelineContentStubLayoutParams"
android:inflatedId="@+id/messageContentMedia"
android:layout="@layout/item_timeline_event_media_message_stub"
tools:ignore="MissingConstraints" />