Skip to content

Commit 1b0f238

Browse files
Update KnownIssues.md
Signed-off-by: 𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝 <[email protected]>
1 parent e18d8ee commit 1b0f238

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

KnownIssues.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ This document lists known issues in the project and possible workarounds.
1414
- **Solution:** Use reflection for API < 30. See the implementation in [
1515
`AppDrawerAdapter.kt`](./app/src/main/java/com/github/droidworksstudio/mlauncher/ui/AppDrawerAdapter.kt).
1616

17+
## 📱 Issue: 3-Button Navigation Doesn't Leave Space at the Bottom of Settings
18+
19+
- **Cause:** When 3-button navigation is enabled, the bottom area of the settings screen is not properly adjusted, leading to content being cut off orobscured.
20+
- **Solution:** Use **gesture navigation** as a workaround, which doesn't have the same issue with screen space. To enable gesture navigation, go to **Settings > System > Gestures > System navigation** and choose **Gesture navigation**.
21+
- **Fix Coming Soon:** A fix is in progress, and we will add a spacer to the bottom of the pages to resolve this issue.
22+
1723
---
1824

1925
### Reporting Issues
2026

2127
If you encounter additional issues, please open a [GitHub Issue](https://github.com/DroidWorksStudio/mLauncher/issues) or contribute a fix.
22-

0 commit comments

Comments
 (0)