NEver sleeps

This commit is contained in:
Savya Bikram Shah
2026-06-01 18:04:28 +05:45
parent 4976bf14ca
commit d3cc23a1ce
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ namespace Darkmatter.Features.AppBoot.Flow
public async UniTask StartAsync(CancellationToken cancellation = default)
{
Screen.sleepTimeout = SleepTimeout.NeverSleep;
await _progression.LoadAsync();
var tcs = new UniTaskCompletionSource();