mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-05 04:02:23 +00:00
fix: badge for tv
This commit is contained in:
@@ -28,7 +28,7 @@ export const Badge: React.FC<Props> = ({
|
||||
</View>
|
||||
);
|
||||
|
||||
if (Platform.OS === "ios") {
|
||||
if (Platform.OS === "ios" && !Platform.isTV) {
|
||||
return (
|
||||
<View {...props} style={[styles.container, props.style]}>
|
||||
<GlassEffectView style={{ borderRadius: 100 }}>
|
||||
|
||||
Reference in New Issue
Block a user