fix sources button click

Changelog: changed
This commit is contained in:
Kai 2025-07-10 10:45:24 -05:00
commit 09879c83e9
No known key found for this signature in database

View file

@ -119,7 +119,7 @@ class ShortsFragment : MainFragment() {
overlayLoadingSpinner = view.findViewById(R.id.short_view_loader)
overlayQualityContainer = view.findViewById(R.id.shorts_quality_overview)
sourcesButton.setOnClickListener {
sourcesButton.onClick.subscribe {
sourcesButton.playSoundEffect(SoundEffectConstants.CLICK)
navigate<SourcesFragment>()
}