mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 22:57:50 +03:00
fix formatting issues
This commit is contained in:
parent
5ca778fe6a
commit
1c3073f472
@ -19,11 +19,15 @@ void SleepActivity::onEnter() {
|
|||||||
(!fromTimeout && SETTINGS.showSleepScreen == CrossPointSettings::SHOW_SLEEP_SCREEN::EXCEPT_TIMEOUT);
|
(!fromTimeout && SETTINGS.showSleepScreen == CrossPointSettings::SHOW_SLEEP_SCREEN::EXCEPT_TIMEOUT);
|
||||||
|
|
||||||
Activity::onEnter();
|
Activity::onEnter();
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
if (SHOW_SLEEP_SCREEN) {
|
if (SHOW_SLEEP_SCREEN) {
|
||||||
=======
|
=======
|
||||||
if(SETTINGS.sleepScreen != CrossPointSettings::SLEEP_SCREEN_MODE::LAST_SCREEN) {
|
if(SETTINGS.sleepScreen != CrossPointSettings::SLEEP_SCREEN_MODE::LAST_SCREEN) {
|
||||||
>>>>>>> 4709ffb (Remove Entering Sleep message)
|
>>>>>>> 4709ffb (Remove Entering Sleep message)
|
||||||
|
=======
|
||||||
|
if (SETTINGS.sleepScreen != CrossPointSettings::SLEEP_SCREEN_MODE::LAST_SCREEN) {
|
||||||
|
>>>>>>> b392ba3 (fix formatting issues)
|
||||||
renderPopup("Entering Sleep...");
|
renderPopup("Entering Sleep...");
|
||||||
} else {
|
} else {
|
||||||
return renderLastScreenSleepScreen();
|
return renderLastScreenSleepScreen();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user