Use user's settings for the spell check language instead of the system locale
Bug: 5390462 Change-Id: Ia2a3981cb93f451646debe5ee6b037313825cf9f
This commit is contained in:
@ -238,7 +238,8 @@ public class TextServicesManagerService extends ITextServicesManager.Stub {
|
||||
}
|
||||
} else if (scs.hashCode() == hashCode) {
|
||||
if (DBG) {
|
||||
Slog.w(TAG, "Return subtype " + scs.hashCode());
|
||||
Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale
|
||||
+ ", " + scs.getLocale());
|
||||
}
|
||||
return scs;
|
||||
}
|
||||
|
Reference in New Issue
Block a user