mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-25 10:48:59 +00:00
Fixed channel loader not being animated.
This commit is contained in:
parent
53b9ba0368
commit
15d771f7fc
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ class ChannelFragment : MainFragment() {
|
||||||
_buttonSubscribe = findViewById(R.id.button_subscribe)
|
_buttonSubscribe = findViewById(R.id.button_subscribe)
|
||||||
_buttonSubscriptionSettings = findViewById(R.id.button_sub_settings)
|
_buttonSubscriptionSettings = findViewById(R.id.button_sub_settings)
|
||||||
_overlayLoading = findViewById(R.id.channel_loading_overlay)
|
_overlayLoading = findViewById(R.id.channel_loading_overlay)
|
||||||
_overlayLoadingSpinner = findViewById(R.id.channel_loader)
|
_overlayLoadingSpinner = findViewById(R.id.channel_loader_frag)
|
||||||
_overlayContainer = findViewById(R.id.overlay_container)
|
_overlayContainer = findViewById(R.id.overlay_container)
|
||||||
_buttonSubscribe.onSubscribed.subscribe {
|
_buttonSubscribe.onSubscribed.subscribe {
|
||||||
UISlideOverlays.showSubscriptionOptionsOverlay(it, _overlayContainer)
|
UISlideOverlays.showSubscriptionOptionsOverlay(it, _overlayContainer)
|
||||||
|
|
|
@ -173,7 +173,7 @@
|
||||||
android:background="#77000000"
|
android:background="#77000000"
|
||||||
android:gravity="center">
|
android:gravity="center">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/channel_loader"
|
android:id="@+id/channel_loader_frag"
|
||||||
android:layout_width="80dp"
|
android:layout_width="80dp"
|
||||||
android:layout_height="80dp"
|
android:layout_height="80dp"
|
||||||
app:srcCompat="@drawable/ic_loader_animated"
|
app:srcCompat="@drawable/ic_loader_animated"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue