Bluesky app fork with some witchin' additions 💫

Add key to invalidate spinner when theme changes (#7351)

authored by

Roland Crosby and committed by
GitHub
c5649814 f61390fd

+1
+1
src/view/com/util/List.tsx
··· 132 if (refreshing !== undefined || onRefresh !== undefined) { 133 refreshControl = ( 134 <RefreshControl 135 refreshing={refreshing ?? false} 136 onRefresh={onRefresh} 137 tintColor={t.atoms.text.color}
··· 132 if (refreshing !== undefined || onRefresh !== undefined) { 133 refreshControl = ( 134 <RefreshControl 135 + key={t.atoms.text.color} 136 refreshing={refreshing ?? false} 137 onRefresh={onRefresh} 138 tintColor={t.atoms.text.color}