only one variant of the Greek letter Sigma is displayed on the virtual keyboard
This commit is contained in:
parent
33fb98a996
commit
ac63a31915
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ public class SoftKeyNumber extends SoftKey {
|
||||||
return
|
return
|
||||||
currentLetter == 'ѝ'
|
currentLetter == 'ѝ'
|
||||||
|| currentLetter == 'ґ'
|
|| currentLetter == 'ґ'
|
||||||
|
|| currentLetter == 'ς'
|
||||||
|| (isLatinBased && currentLetter > 'z')
|
|| (isLatinBased && currentLetter > 'z')
|
||||||
|| (isGreek && (currentLetter < 'α' || currentLetter > 'ω'));
|
|| (isGreek && (currentLetter < 'α' || currentLetter > 'ω'));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue