From edc77b0c174438e523f3788e0ed3d676b32e6c07 Mon Sep 17 00:00:00 2001 From: Maxime Naturel Date: Thu, 3 Mar 2022 10:11:56 +0100 Subject: [PATCH] Fixing code syntax --- .../src/main/res/layout/view_location_sharing_option_picker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/view_location_sharing_option_picker.xml b/vector/src/main/res/layout/view_location_sharing_option_picker.xml index 5b88a641d1..87699ea96d 100644 --- a/vector/src/main/res/layout/view_location_sharing_option_picker.xml +++ b/vector/src/main/res/layout/view_location_sharing_option_picker.xml @@ -43,7 +43,7 @@ app:layout_constraintBottom_toTopOf="@id/locationSharingOptionUserLive" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/locationSharingOptionPinned" + app:layout_constraintTop_toBottomOf="@id/locationSharingOptionPinned" app:title="@string/location_share_option_user_current" />