fix night mode
This commit is contained in:
parent
3940987dcd
commit
e3aa2fc19c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class ExploreTabFragment extends BaseOsmAndFragment {
|
|||
@Override
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
OsmandApplication app = getMyApplication();
|
||||
boolean nightMode = app.getDaynightHelper().isNightModeForMapControls();
|
||||
boolean nightMode = app.getDaynightHelper().isNightMode();
|
||||
|
||||
final View mainView = inflater.inflate(R.layout.fragment_explore_tab, container, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue