Ther problem of this phone is that for some reason, night display option is activeated by default and cannot be deactivated from the settings. Here is how to fix it by using ADB shell commands.
- Download ADB(windows/mac)
- Enable Developer Option
- Enable USB Debugging
- Connect Phone to PC with USB cable
- Run these commands
adb shell settings put secure night_display_activated 0
adb shell settings put secure night_display_auto_mode 0