Skip to content

Commit

Permalink
Merge pull request #4606 from nextcloud/backport/4603/stable-20.1
Browse files Browse the repository at this point in the history
[stable-20.1] fix to not cut off unread mentions bubble
  • Loading branch information
mahibi authored Jan 15, 2025
2 parents 6eb8d1f + cefaa20 commit 5419b03
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 5419b03

Please sign in to comment.