Remove Settings Browse map profile switch
This commit is contained in:
parent
6dd741f483
commit
3cbb493c0b
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ public class MainSettingsFragment extends BaseSettingsFragment {
|
|||
AndroidUtils.setBackground(selectedProfile, backgroundDrawable);
|
||||
}
|
||||
}
|
||||
if (ApplicationMode.DEFAULT.getStringKey().equals(preference.getKey())) {
|
||||
holder.findViewById(R.id.switchWidget).setVisibility(View.GONE);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue