Просмотр исходного кода

android: Remove "auto" region option

This doesn't exist and if you clicked it, your region would be set to Taiwan.
t895 2 лет назад
Родитель
Сommit
55412962c0
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/android/app/src/main/res/values/arrays.xml

+ 0 - 2
src/android/app/src/main/res/values/arrays.xml

@@ -2,7 +2,6 @@
 <resources>
 
     <string-array name="regionNames">
-        <item>@string/auto</item>
         <item>@string/region_australia</item>
         <item>@string/region_china</item>
         <item>@string/region_europe</item>
@@ -13,7 +12,6 @@
     </string-array>
 
     <integer-array name="regionValues">
-        <item>-1</item>
         <item>3</item>
         <item>4</item>
         <item>2</item>