mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Fix for send message from debug screen
This commit is contained in:
@@ -785,7 +785,12 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
|
||||
|
||||
//replace unsupported symbols to english analog
|
||||
private String transliterate(String txt){
|
||||
if (txt == null || txt.isEmpty()) {
|
||||
return txt;
|
||||
}
|
||||
|
||||
StringBuilder message = new StringBuilder();
|
||||
|
||||
char[] chars = txt.toCharArray();
|
||||
|
||||
for (char c : chars)
|
||||
|
Reference in New Issue
Block a user