mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
fix: show missing extension state for returning users
This commit is contained in:
parent
67885e17ed
commit
ed7171133f
1 changed files with 1 additions and 2 deletions
|
|
@ -1189,8 +1189,7 @@ class _HomeTabState extends ConsumerState<HomeTab>
|
|||
!hasSearchProvider &&
|
||||
!hasHomeFeedExtension &&
|
||||
!hasExploreContent &&
|
||||
!hasResults &&
|
||||
!hasHistoryItems;
|
||||
!hasResults;
|
||||
|
||||
ref.listen<String>(settingsProvider.select((s) => s.defaultSearchTab), (
|
||||
previous,
|
||||
|
|
|
|||
Loading…
Reference in a new issue