Skip to content

Commit

Permalink
[pt] Lower priority of AI_PT_GGEC_REPLACEMENT_OTHER
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed May 27, 2024
1 parent 5a2b6c2 commit 301bb65
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ protected int getPriorityForId(String id) {
if (id.startsWith("AI_PT_GGEC_REPLACEMENT_ORTHOGRAPHY_SPELL")) {
return -49;
}
if (id.startsWith("AI_PT_GGEC_REPLACEMENT_OTHER")) {
return -4;
}
if (id.startsWith("PT_MULTITOKEN_SPELLING")) {
return -49;
}
Expand Down

0 comments on commit 301bb65

Please sign in to comment.