Skip to content

Commit 38a6c3e

Browse files
committed
Merge branch 'develop' of github.com.:vector-im/element-android into develop
2 parents fe5109f + b1882a1 commit 38a6c3e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/room/model/message/MessageLocationContent.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ data class MessageLocationContent(
4848
@Json(name = "m.new_content") override val newContent: Content? = null,
4949

5050
/**
51-
* m.asset defines a generic asset that can be used for location tracking but also in other places like inventories, geofencing, checkins/checkouts etc.
51+
* m.asset defines a generic asset that can be used for location tracking but also in other places like
52+
* inventories, geofencing, checkins/checkouts etc.
5253
* It should contain a mandatory namespaced type key defining what particular asset is being referred to.
5354
* For the purposes of user location tracking m.self should be used in order to avoid duplicating the mxid.
5455
*/

vector/src/main/res/layout/item_timeline_event_location_stub.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
3+
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:app="http://schemas.android.com/apk/res-auto"
55
android:layout_width="match_parent"
66
android:layout_height="wrap_content"
@@ -32,4 +32,4 @@
3232

3333
</androidx.constraintlayout.widget.ConstraintLayout>
3434

35-
</androidx.cardview.widget.CardView>
35+
</com.google.android.material.card.MaterialCardView>

0 commit comments

Comments
 (0)