lunar-launcher icon indicating copy to clipboard operation
lunar-launcher copied to clipboard

Fix issue #122

Open fs-sifat opened this issue 10 months ago • 0 comments

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

fs-sifat avatar Apr 12 '24 17:04 fs-sifat