fix sources button click

Changelog: changed
This commit is contained in:
Kai
2025-07-10 10:45:24 -05:00
parent 7aa8b6bc14
commit 09879c83e9
@@ -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>()
} }