A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Prevent sleeping when in OPDS browser / downloading books (#818)

## Summary

* Prevent sleeping when in OPDS browser / downloading books

## Additional Context

* Raised in
https://github.com/crosspoint-reader/crosspoint-reader/discussions/673

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? No

authored by

Dave Allie and committed by
GitHub
44452a42 0c2df24f

+1
+1
src/activities/browser/OpdsBookBrowserActivity.h
··· 64 64 void navigateToEntry(const OpdsEntry& entry); 65 65 void navigateBack(); 66 66 void downloadBook(const OpdsEntry& book); 67 + bool preventAutoSleep() override { return true; } 67 68 };