From 38ac3099257cea170f491d3cb8fd103cd549cbe0 Mon Sep 17 00:00:00 2001
From: Cron1cle <118773725+Cron1cle@users.noreply.github.com>
Date: Wed, 15 Oct 2025 13:57:06 +0200
Subject: [PATCH] fix: activefilter live condition
---
app/(tabs)/index.tsx | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 7fd2740..6e1ee17 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -6,10 +6,10 @@ import { router } from "expo-router";
import React from "react";
import {
ActivityIndicator,
+ Image,
Text,
TouchableOpacity,
View,
- Image,
} from "react-native";
import {
GestureHandlerRootView,
@@ -108,21 +108,22 @@ export default function HomeScreen() {
ALLE
)}
-
- handleFilter("live")}
- >
- LIVE
-
+ {activeFilter !== "live" && (
+ handleFilter("live")}
+ >
+ LIVE
+
+ )}
{uniqueStreamingServices.map((serviceName) => {
const streamingService =