mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-25 09:21:14 +00:00
Merge pull request #376 from licaon-kter/patch-3
Hosts lists loading should depend on filter
This commit is contained in:
commit
dc191df24d
2 changed files with 4 additions and 0 deletions
|
@ -195,11 +195,13 @@
|
|||
android:title="@string/setting_import" />
|
||||
<Preference
|
||||
android:key="hosts_import"
|
||||
android:dependency="filter"
|
||||
android:title="@string/setting_hosts" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="http://www.netguard.me/hosts"
|
||||
android:hint="http://www.netguard.me/hosts"
|
||||
android:key="hosts_url"
|
||||
android:dependency="filter"
|
||||
android:title="@string/setting_hosts_url" />
|
||||
<Preference
|
||||
android:dependency="hosts_url"
|
||||
|
|
|
@ -195,11 +195,13 @@
|
|||
android:title="@string/setting_import" />
|
||||
<Preference
|
||||
android:key="hosts_import"
|
||||
android:dependency="filter"
|
||||
android:title="@string/setting_hosts" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="http://www.netguard.me/hosts"
|
||||
android:hint="http://www.netguard.me/hosts"
|
||||
android:key="hosts_url"
|
||||
android:dependency="filter"
|
||||
android:title="@string/setting_hosts_url" />
|
||||
<Preference
|
||||
android:dependency="hosts_url"
|
||||
|
|
Loading…
Reference in a new issue