Fix ChromeCast crash and bugs

This commit is contained in:
Prathamesh More 2022-05-04 23:51:23 +05:30
parent a0c745641a
commit 7195ab2afd
8 changed files with 43 additions and 63 deletions

View file

@ -39,11 +39,11 @@
android:layout_height="@dimen/mini_player_height"
tools:layout="@layout/fragment_mini_player" />
<ViewStub
android:id="@+id/cast_stub"
<fragment
android:id="@+id/castMiniController"
class="com.google.android.gms.cast.framework.media.widget.MiniControllerFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout="@layout/cast_controller_layout" />
android:layout_height="wrap_content" />
</FrameLayout>