Fix inconsistency in local_repo_https default state

+mvdan | _hc: you put https to default true in preferences.xml, but false in Preferences.java
   _hc | mvdan:  it should be off/false by default
This commit is contained in:
Daniel Martí 2014-05-27 17:53:56 +02:00
parent 4cbf97b499
commit 7351584697

View File

@ -52,7 +52,7 @@
android:key="localRepoName"
android:title="@string/local_repo_name" />
<CheckBoxPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="localRepoHttps"
android:title="@string/local_repo_https" />
</PreferenceCategory>