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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-09-20 11:11:24 -07:00
parent cf4dbbe5f2
commit 9a35519a2a
4 changed files with 17 additions and 3 deletions

View file

@ -1399,7 +1399,7 @@ QString getUUID()
uuidString = uuid.toString();
qPrefUpdateManager::set_uuidString(uuidString);
}
uuidString.replace("{", "").replace("}", "");
uuidString.replace("{", "p").replace("}", "");
return uuidString;
}