Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit ff64d29

Browse files
authored
Fix Polish TLD (#2310)
1 parent 61e7f55 commit ff64d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/common/shared/org/mozilla/vrbrowser/ui/keyboards/PolishKeyboard.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ public String getSpaceKeyText(String aComposingText) {
6868

6969
@Override
7070
public String[] getDomains(String... domains) {
71-
return super.getDomains(".po");
71+
return super.getDomains(".pl");
7272
}
7373
}

0 commit comments

Comments
 (0)