mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-02 07:52:34 +00: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'
|
||||
onPress={refreshMetadata}
|
||||
hapticFeedback={!isRefreshing}
|
||||
fillColor={isRefreshing ? "primary" : undefined}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user