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 132 if (refreshing !== undefined || onRefresh !== undefined) { 133 133 refreshControl = ( 134 134 <RefreshControl 135 + key={t.atoms.text.color} 135 136 refreshing={refreshing ?? false} 136 137 onRefresh={onRefresh} 137 138 tintColor={t.atoms.text.color}