mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-16 11:10:23 +00:00
Fix quote messages & friend request handling
This commit is contained in:
@@ -191,7 +191,8 @@
|
||||
<org.thoughtcrime.securesms.loki.FriendRequestView
|
||||
android:id="@+id/friend_request_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@@ -148,7 +148,8 @@
|
||||
<org.thoughtcrime.securesms.loki.FriendRequestView
|
||||
android:id="@+id/friend_request_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Reference in New Issue
Block a user