Remove Settings Browse map profile switch

This commit is contained in:
Dima-1 2020-01-20 15:54:02 +02:00
parent 6dd741f483
commit 3cbb493c0b

View file

@ -88,6 +88,9 @@ public class MainSettingsFragment extends BaseSettingsFragment {
AndroidUtils.setBackground(selectedProfile, backgroundDrawable); AndroidUtils.setBackground(selectedProfile, backgroundDrawable);
} }
} }
if (ApplicationMode.DEFAULT.getStringKey().equals(preference.getKey())) {
holder.findViewById(R.id.switchWidget).setVisibility(View.GONE);
}
} }
@Override @Override