mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
fixed skip bacwards icon render cache issue
This commit is contained in:
parent
aa6406eae0
commit
45b63cb33f
1 changed files with 7 additions and 6 deletions
|
|
@ -401,12 +401,13 @@ export const PlayerControls: React.FC<PlayerControlsProps> = ({
|
|||
transform: [{ scale: backwardScaleAnim }]
|
||||
}
|
||||
]}>
|
||||
<Ionicons
|
||||
name="reload-outline"
|
||||
size={seekIconSize}
|
||||
color="white"
|
||||
style={{ transform: [{ scaleX: -1 }] }}
|
||||
/>
|
||||
<View style={{ transform: [{ scaleX: -1 }] }}>
|
||||
<Ionicons
|
||||
name="reload-outline"
|
||||
size={seekIconSize}
|
||||
color="white"
|
||||
/>
|
||||
</View>
|
||||
<Animated.View style={[
|
||||
styles.buttonCircle,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue