Skip to content

Commit

Permalink
Update app/src/main/java/exh/recs/BrowseRecommendsScreen.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 authored Jan 21, 2025
1 parent 0d97936 commit ef46898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/exh/recs/BrowseRecommendsScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BrowseRecommendsScreen(

Scaffold(
topBar = { scrollBehavior ->
val recSource = screenModel.recommendationSource
val recSource = remember { screenModel.recommendationSource }

BrowseSourceSimpleToolbar(
navigateUp = navigator::pop,
Expand Down

0 comments on commit ef46898

Please sign in to comment.