fix internal routing, and remove softlocking

This commit is contained in:
Boof2015
2026-07-25 11:12:02 -04:00
parent 098992639d
commit 0f34ca2e8d
33 changed files with 904 additions and 157 deletions
+3 -2
View File
@@ -71,7 +71,7 @@ export default function ArtistScreen() {
name: string;
credit?: string;
}>();
const handleBack = useLibraryDetailBack();
const { goBack, backLabel } = useLibraryDetailBack();
const insets = useSafeAreaInsets();
const { scrollY, heroFaded, collapsed, onScroll, scrollEventThrottle, expandedHeight, onHeroBlockLayout } =
useDetailCollapse();
@@ -246,7 +246,8 @@ export default function ArtistScreen() {
</View>
}
disabled={disabled}
onBack={handleBack}
onBack={goBack}
backLabel={backLabel}
onPlay={playArtist}
onShuffle={shuffleArtist}
scrollY={scrollY}