nightdream
nightdream copied to clipboard
Daydream / Screensaver starting is to slow
trafficstars
Starting the app as Daydream / Screensaver is much to slow. Starting time should be improved.
Why do we have a delay of 5000 in NightDreamService?
public void onDreamingStarted() {
handler.postDelayed(startDelayed, 5000);
}
The reason for this delay is that the screensaver is supposed to enable the screen lock. This happens only after 5s (tested on Android 9). If the delay is shortened the app prevents the screen to be locked.
It seems to be a problem in the design of the app. It should be fixed in a future release.