Commit 5ddb4bd
authored
Fix emoji search using keyboard language instead of system language
Reverts a change to InputSources.swift that made emoji search depend on the current keyboard layout (e.g., Spanish), rather than the system language (e.g., English).
This restores the previous behavior by using currentAppInputSource().uniqueElements instead of currentKeyboardLanguage(), ensuring emoji search results align with the system language preferences.1 parent d96cbd4 commit 5ddb4bd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments