mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-25 18:59:04 +00:00
fix sources button click
Changelog: changed
This commit is contained in:
parent
7aa8b6bc14
commit
09879c83e9
1 changed files with 1 additions and 1 deletions
|
@ -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>()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue