lunar-launcher
lunar-launcher copied to clipboard
Fix issue #122
What is it?
- [x] Bugfix (user facing)
- [ ] Feature request (user facing)
- [ ] Codebase improvement (dev facing)
Description of the changes in your PR
- Adjusts AppDrawer layout to account for navigation bar overlapping with views in landscape mode.
Didn't update the left/right padding of top most layout in LauncherActivity.kt>topPadding()
because of some kind of ViewPager preloading artifact(?) issue(See Attachment), instead update the padding AppDrawer's layout where it's needed.
https://github.com/iamrasel/lunar-launcher/assets/125657944/27061aa0-eb8f-4a79-8b31-f58c479d2813
Fixes the following issue(s)
- Issue #122