summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rwxr-xr-xdata/lineageos_wiki/find_lineageos_devices.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/lineageos_wiki/find_lineageos_devices.py b/data/lineageos_wiki/find_lineageos_devices.py
index 2442b8b..9fe0bd6 100755
--- a/data/lineageos_wiki/find_lineageos_devices.py
+++ b/data/lineageos_wiki/find_lineageos_devices.py
@@ -285,8 +285,8 @@ def interesting_for_replicant(device):
# too much time in supporting devices without support for these
# protocols. Note that 4G LTE isn't telling if voice will work on
# 4G networks as this requires VoLTE.
- if protocol_supported(device, '4G LTE') or \
- protocol_supported(device, '5G NR'):
+ if not protocol_supported(device, '4G LTE') and \
+ not protocol_supported(device, '5G NR'):
return False
# Non replaceable batteries causes too much issues for both users