-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Describe the bug
When i'm in an app and press the recents button, lawnchair crashes and returns back to home screen
Steps to reproduce the behavior:
- Open any app
- Click recents button
- Lawnchair crashes and shows logs
- Expected behavior
- Recents menu opens
Device information
Device: Nothing phone (1)
OS: NothingOS 2.6
Additional context
error: Uncaught exception
java.lang.AbstractMethodError: abstract method "void android.view.IRecentsAnimationRunner.onAnimationStartWithSurfaceTransaction(android.view.IRecentsAnimationController, android.window.TransitionInfo, android.view.SurfaceControl$Transaction, android.view.RemoteAnimationTarget[], android.view.RemoteAnimationTarget[], android.graphics.Rect, android.graphics.Rect)"
at android.view.IRecentsAnimationRunner$Stub.onTransact(IRecentsAnimationRunner.java:205)
at android.os.Binder.execTransactInternal(Binder.java:1347)
at android.os.Binder.execTransact(Binder.java:1283)