Xteink-X4-crosspoint-reader/src/activities/reader
nscheung 11b2a59233
fix: Hide button hints in landscape CW mode (#637)
## Summary

* This change hides the button hints from overlapping chapter titles
when in landscape CW mode.

Before

![Before](https://github.com/user-attachments/assets/3015a9b3-3fa5-443b-a641-3e65841a6fbc)
After

![After](https://github.com/user-attachments/assets/011de15d-5ae6-429c-8f91-d8f37abe52d9)

## Additional Context

* I initially considered implementing an offset fix, but with potential
UI changes on the horizon, hiding the button hints appears to be the
simplest solution for now.

---

### 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? < Partially >
2026-02-01 19:21:28 +11:00
..
EpubReaderActivity.cpp feat(ui): change popup logic (#442) 2026-02-01 18:41:24 +11:00
EpubReaderActivity.h feat: Add reading menu and delete cache function (#433) 2026-02-01 18:34:30 +11:00
EpubReaderChapterSelectionActivity.cpp fix: Hide button hints in landscape CW mode (#637) 2026-02-01 19:21:28 +11:00
EpubReaderChapterSelectionActivity.h Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
EpubReaderMenuActivity.cpp feat: Add reading menu and delete cache function (#433) 2026-02-01 18:34:30 +11:00
EpubReaderMenuActivity.h feat: Add reading menu and delete cache function (#433) 2026-02-01 18:34:30 +11:00
KOReaderSyncActivity.cpp Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
KOReaderSyncActivity.h Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
ReaderActivity.cpp feat: treat .md files as .txt (#498) 2026-01-27 21:25:48 +11:00
ReaderActivity.h My Library: Tab bar w/ Recent Books + File Browser (#250) 2026-01-21 11:38:38 +00:00
TxtReaderActivity.cpp feat(ui): change popup logic (#442) 2026-02-01 18:41:24 +11:00
TxtReaderActivity.h Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
XtcReaderActivity.cpp feat: add HalDisplay and HalGPIO (#522) 2026-01-28 04:50:15 +11:00
XtcReaderActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00
XtcReaderChapterSelectionActivity.cpp fix: Hide button hints in landscape CW mode (#637) 2026-02-01 19:21:28 +11:00
XtcReaderChapterSelectionActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00