Skip to content

Commit

Permalink
fix to not cut off unread mentions bubble
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi authored and backportbot[bot] committed Jan 15, 2025
1 parent 6eb8d1f commit cefaa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_conversations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/newMentionPopupBubble"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:layout_marginStart="88dp"
android:layout_marginTop="16dp"
Expand Down

0 comments on commit cefaa20

Please sign in to comment.