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() {
|
||||
if (usedOnMap) {
|
||||
getMyApplication().getDaynightHelper().isNightModeForMapControls();
|
||||
return getMyApplication().getDaynightHelper().isNightModeForMapControls();
|
||||
}
|
||||
return !getMyApplication().getSettings().isLightContent();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue