Merge pull request #472 from hjubb/fix_attachment_upload

fix: remove reference to non-existent SignalMapView
This commit is contained in:
Niels Andriesse 2021-03-10 10:32:54 +11:00 committed by GitHub
commit 4e715cbab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,6 @@
android:layout_height="wrap_content"
android:layout_gravity="center">
<org.thoughtcrime.securesms.components.location.SignalMapView
android:id="@+id/attachment_location"
android:layout_width="210dp"
android:layout_height="210dp"
android:layout_gravity="center_horizontal"
android:visibility="gone"/>
<org.thoughtcrime.securesms.components.ThumbnailView
android:id="@+id/attachment_thumbnail"
android:layout_width="230dp"