1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

Debug: disable spell checker info

This commit is contained in:
M66B 2024-08-11 20:01:13 +02:00
parent cebf58962d
commit e22d389596

View file

@ -319,7 +319,7 @@ public class DebugHelper {
sb.append(String.format("System: %s\r\n", ll.get(i)));
}
if (BuildConfig.DEBUG && Build.VERSION.SDK_INT >= Build.VERSION_CODES.S)
if (false && Build.VERSION.SDK_INT >= Build.VERSION_CODES.S)
try {
TextServicesManager tsm = (TextServicesManager) context.getSystemService(Context.TEXT_SERVICES_MANAGER_SERVICE);
SpellCheckerInfo sci = (tsm == null ? null : tsm.getCurrentSpellCheckerInfo());