mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-17 09:53:02 +01:00
fix(android): update fill color for refresh button based on loading state
This commit is contained in:
@@ -31,6 +31,7 @@ export const RefreshMetadata: FC<Props> = ({ item, ...props }) => {
|
|||||||
icon='reload-outline'
|
icon='reload-outline'
|
||||||
onPress={refreshMetadata}
|
onPress={refreshMetadata}
|
||||||
hapticFeedback={!isRefreshing}
|
hapticFeedback={!isRefreshing}
|
||||||
|
fillColor={isRefreshing ? "primary" : undefined}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user