Merge pull request #3545 from Stypox/kore

Fix Kodi button showing up with unsupported services
This commit is contained in:
wb9688 2020-05-07 21:44:09 +02:00 committed by GitHub
commit b990f30a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 12 deletions

View file

@ -325,8 +325,9 @@
android:src="@drawable/ic_cast_white_24dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/play_with_kodi_title"
android:visibility="gone"
tools:ignore="RtlHardcoded"
android:visibility="visible"/>
tools:visibility="visible"/>
<ImageButton
android:id="@+id/share"

View file

@ -317,8 +317,9 @@
android:src="@drawable/ic_cast_white_24dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/play_with_kodi_title"
android:visibility="gone"
tools:ignore="RtlHardcoded"
android:visibility="visible"/>
tools:visibility="visible"/>
<ImageButton
android:id="@+id/share"