Skip to content

Commit

Permalink
Fix approval text position when input bar is gone (oxen-io#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bemusementpark authored and burtonemily committed Aug 1, 2023
1 parent d539bb9 commit cdbc024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_conversation_v2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
android:textSize="12sp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignWithParentIfMissing="true"
android:layout_above="@id/messageRequestBar"/>

<RelativeLayout
Expand Down

0 comments on commit cdbc024

Please sign in to comment.