Add return
This commit is contained in:
parent
d7bc5c840d
commit
da49f91651
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public abstract class MenuBottomSheetDialogFragment extends BottomSheetDialogFra
|
||||||
|
|
||||||
protected boolean isNightMode() {
|
protected boolean isNightMode() {
|
||||||
if (usedOnMap) {
|
if (usedOnMap) {
|
||||||
getMyApplication().getDaynightHelper().isNightModeForMapControls();
|
return getMyApplication().getDaynightHelper().isNightModeForMapControls();
|
||||||
}
|
}
|
||||||
return !getMyApplication().getSettings().isLightContent();
|
return !getMyApplication().getSettings().isLightContent();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue