Merge pull request #4603 from nextcloud/bugfix/4599/unreadMentionCutoff

fix to not cut off unread mentions bubble
This commit is contained in:
Andy Scherzinger 2025-01-15 10:49:56 +01:00 committed by GitHub
commit 209a6162df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"