mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +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 }]
|
transform: [{ scale: backwardScaleAnim }]
|
||||||
}
|
}
|
||||||
]}>
|
]}>
|
||||||
<Ionicons
|
<View style={{ transform: [{ scaleX: -1 }] }}>
|
||||||
name="reload-outline"
|
<Ionicons
|
||||||
size={seekIconSize}
|
name="reload-outline"
|
||||||
color="white"
|
size={seekIconSize}
|
||||||
style={{ transform: [{ scaleX: -1 }] }}
|
color="white"
|
||||||
/>
|
/>
|
||||||
|
</View>
|
||||||
<Animated.View style={[
|
<Animated.View style={[
|
||||||
styles.buttonCircle,
|
styles.buttonCircle,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue