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:
parent
cebf58962d
commit
e22d389596
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue