Handle case where subscribers count is not available

This commit is contained in:
Mauricio Colli 2018-09-04 23:54:17 -03:00
parent d38a7ced70
commit d3efd64525
3 changed files with 8 additions and 6 deletions

View file

@ -61,7 +61,7 @@
android:layout_below="@+id/channel_title_view"
android:ellipsize="end"
android:gravity="left|center"
android:lines="1"
android:maxLines="2"
android:textSize="@dimen/channel_subscribers_text_size"
android:visibility="gone"
tools:ignore="RtlHardcoded"