From d1552c93972f762293083b991797df567b0e4fd6 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 18 Apr 2024 10:08:39 +0200 Subject: [PATCH] add more realme devices to broken call integration list --- .../eu/siacs/conversations/services/CallIntegration.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/java/eu/siacs/conversations/services/CallIntegration.java b/src/main/java/eu/siacs/conversations/services/CallIntegration.java index b1329f3f4..f3ac3f9a9 100644 --- a/src/main/java/eu/siacs/conversations/services/CallIntegration.java +++ b/src/main/java/eu/siacs/conversations/services/CallIntegration.java @@ -38,9 +38,12 @@ public class CallIntegration extends Connection { private static final List BROKEN_DEVICE_MODELS = Arrays.asList( - "OnePlus6", // Device is buggy and always starts the operating system call - // screen even though we want to be self managed - "RMX1921" // Realme XT shows "Call not sent" dialog + "OnePlus6", // OnePlus 6 (Android 8.1-11) Device is buggy and always starts the + // operating system call screen even though we want to be self + // 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) ); public static final int DEFAULT_TONE_VOLUME = 60;