From 9a35519a2a1745ff2f4f23f3561efa8e2bb94b0b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 20 Sep 2019 11:11:24 -0700 Subject: Android: bundle default font for use in OnePlus devices This is working around a Qt Bug https://bugreports.qt.io/browse/QTBUG-69494 which prevents correct rendering of the OnePlus fonts. Signed-off-by: Dirk Hohndel --- core/qthelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 8082db742..671ba6885 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1399,7 +1399,7 @@ QString getUUID() uuidString = uuid.toString(); qPrefUpdateManager::set_uuidString(uuidString); } - uuidString.replace("{", "").replace("}", ""); + uuidString.replace("{", "p").replace("}", ""); return uuidString; } -- cgit v1.2.3-70-g09d2