mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-15 05:10:28 +02:00
fix: show missing extension state for returning users
This commit is contained in:
@@ -1189,8 +1189,7 @@ class _HomeTabState extends ConsumerState<HomeTab>
|
||||
!hasSearchProvider &&
|
||||
!hasHomeFeedExtension &&
|
||||
!hasExploreContent &&
|
||||
!hasResults &&
|
||||
!hasHistoryItems;
|
||||
!hasResults;
|
||||
|
||||
ref.listen<String>(settingsProvider.select((s) => s.defaultSearchTab), (
|
||||
previous,
|
||||
|
||||
Reference in New Issue
Block a user