mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Use hosts is an advanced option
This commit is contained in:
parent
d18d91550f
commit
1a4e18acf3
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
|
|||
if (Util.isPlayStoreInstall(this)) {
|
||||
PreferenceCategory pref_backup = (PreferenceCategory) screen.findPreference("category_backup");
|
||||
pref_backup.removePreference(pref_hosts);
|
||||
PreferenceCategory pref_category = (PreferenceCategory) screen.findPreference("category_options");
|
||||
PreferenceCategory pref_category = (PreferenceCategory) screen.findPreference("category_advanced_options");
|
||||
pref_category.removePreference(pref_block_domains);
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue