Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Gesture nav: swiping up to go home when already in Lawnchair creates a "ghost app" in the Recents menu #4708

Open
mbestavros opened this issue Aug 23, 2024 · 1 comment
Labels

Comments

@mbestavros
Copy link

Describe the bug

When using Android's gesture navigation system, activating the "swipe up to go home" gesture when already on the homescreen takes the user back to their first page of apps. This is a convention in the stock Pixel Launcher app, and Lawnchair appears to follow it.

However, performing this gesture also causes a strange side effect in Lawnchair: if the user opens the app switcher immediately after, a completely blank "app" appears in the Recents picker. This app doesn't do anything and disappears if the user interacts with any other app in the Recents menu.

It would appear that the swipe up gesture somehow causes Lawnchair to spawn this mystery "ghost app", which can be annoying and isn't consistent with other launchers.

Steps to reproduce

Steps to reproduce the behavior:

  1. Ensure gesture navigation is enabled
  2. Ensure Lawnchair is set as the default launcher app
  3. Go to the homescreen
  4. Swipe up on the home bar and let go, without activating the recents menu
  5. Open the recents menu and observe a strange "ghost app"
  6. Enter a different app, then return to recents
  7. Notice the "ghost app" is gone

Expected behavior

When performing the swipe up gesture and then immediately opening Recents, there should be no strange "ghost app" present - only the apps I've opened.

Screenshots

Here, I open an app in Recents and go home a few times to demonstrate normal behavior. Then, I perform the problematic swipe up gesture - notice that when I open recents, there's a transparent app in Recents. It disappears once I enter a different app.

lawnchair-gesturenav-bug.mp4

Device information

  • Device: Google Pixel 8 Pro
  • OS: Stock ROM, Android 14 QPR3
  • App version: 12.1.0 Beta 3

Additional context

No response

@mbestavros mbestavros added the bug label Aug 23, 2024
@SuperDragonXD
Copy link
Collaborator

This is an Android issue, which could be fixed by rooting & QuickSwitch: https://issuetracker.google.com/issues/350745502

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants