Removing left-over space in case no reactions are available (#782)

update gradle

Removing left-over space in case no reactions are available.

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: 6543 <6543@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/782
Reviewed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
opyale
2020-11-30 00:26:01 +01:00
committed by 6543
parent f2bc81210c
commit b871a1fb22
6 changed files with 29 additions and 4 deletions

View File

@ -230,6 +230,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/issueTimeFrame"
android:visibility="gone"
android:layout_marginTop="10dp"
android:orientation="horizontal" />

View File

@ -77,6 +77,7 @@
android:id="@+id/commentReactionBadges"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:layout_marginTop="15dp"
android:orientation="horizontal" />