mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
fix sources button click
Changelog: changed
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ class ShortsFragment : MainFragment() {
|
|||||||
overlayLoadingSpinner = view.findViewById(R.id.short_view_loader)
|
overlayLoadingSpinner = view.findViewById(R.id.short_view_loader)
|
||||||
overlayQualityContainer = view.findViewById(R.id.shorts_quality_overview)
|
overlayQualityContainer = view.findViewById(R.id.shorts_quality_overview)
|
||||||
|
|
||||||
sourcesButton.setOnClickListener {
|
sourcesButton.onClick.subscribe {
|
||||||
sourcesButton.playSoundEffect(SoundEffectConstants.CLICK)
|
sourcesButton.playSoundEffect(SoundEffectConstants.CLICK)
|
||||||
navigate<SourcesFragment>()
|
navigate<SourcesFragment>()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user