From d0945c35eec13fb036cdb1477f81a5fe617c6454 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 21 Apr 2024 16:11:39 +0200 Subject: [PATCH] add realme x50 to bad devices list by now we probably have enough evidence that all realme devices below Android 12 (or maybe 13) are broken we just need to figure out how to properly put the entire vendor on a list --- .../eu/siacs/conversations/services/CallIntegration.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/eu/siacs/conversations/services/CallIntegration.java b/src/main/java/eu/siacs/conversations/services/CallIntegration.java index 0b39febd8..5700a7bff 100644 --- a/src/main/java/eu/siacs/conversations/services/CallIntegration.java +++ b/src/main/java/eu/siacs/conversations/services/CallIntegration.java @@ -43,7 +43,10 @@ public class CallIntegration extends Connection { // managed "RMX1921", // Realme XT (Android 9-10) shows "Call not sent" dialog "RMX1971", // Realme 5 Pro (Android 9-11), show "Call not sent" dialog - "RMX1973" // Realme 5 Pro (see above) + "RMX1973", // Realme 5 Pro (see above), + "RMX2071", // Realme X50 Pro 5G (Call not sent) + "RMX2075L1", // Realme X50 Pro 5G + "RMX2076" // Realme X50 Pro 5G ); public static final int DEFAULT_TONE_VOLUME = 60;