diff options
| author | JosJuice <josjuice@gmail.com> | 2021-02-11 22:35:18 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2021-02-11 22:35:18 +0100 |
| commit | 296efad2e39599649b080b0cc2a700253ae20fb1 (patch) | |
| tree | 996dbbfd72666f063075319966e9e115d35b5b08 /Source/Android | |
| parent | 606e6ca3bab05bd5bef72a6ab9f1b2bd88d44941 (diff) | |
Android: Add missing "World" entry in country list
Fixes an IndexOutOfBoundsException. (Yeah, attempts at having
cross-language enums are kinda fragile...)
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/src/main/res/values/arrays.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml index 0f86b9ba6d..c08a518e5f 100644 --- a/Source/Android/app/src/main/res/values/arrays.xml +++ b/Source/Android/app/src/main/res/values/arrays.xml @@ -322,6 +322,7 @@ <item>Russia</item> <item>Spain</item> <item>Taiwan</item> + <item>World</item> <item>Unknown</item> </string-array> |
