mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Fix chosen location not being sent sometimes.
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
android:layout_height="match_parent"
|
||||
tools:context="org.thoughtcrime.securesms.maps.PlacePickerActivity">
|
||||
|
||||
<com.google.android.gms.maps.MapView
|
||||
android:id="@+id/map_view"
|
||||
android:layout_width="210dp"
|
||||
android:layout_height="210dp"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"/>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/map"
|
||||
android:name="com.google.android.gms.maps.SupportMapFragment"
|
||||
|
||||
Reference in New Issue
Block a user