Merge pull request #4606 from nextcloud/backport/4603/stable-20.1

[stable-20.1] fix to not cut off unread mentions bubble
This commit is contained in:
Marcel Hibbe 2025-01-15 10:06:11 +00:00 committed by GitHub
commit 5419b03184
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"