From c1193f059b43ae18ea6d32b254ceabe84faa1fec Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 17 Apr 2024 16:05:53 +0200 Subject: [PATCH] add Realme XT to list of broken devices --- .../eu/siacs/conversations/services/CallIntegration.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/eu/siacs/conversations/services/CallIntegration.java b/src/main/java/eu/siacs/conversations/services/CallIntegration.java index ec9aa784b..b1329f3f4 100644 --- a/src/main/java/eu/siacs/conversations/services/CallIntegration.java +++ b/src/main/java/eu/siacs/conversations/services/CallIntegration.java @@ -38,8 +38,9 @@ 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 + "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 ); public static final int DEFAULT_TONE_VOLUME = 60;