mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Fixed AbstractMethodError in OnePlus 12
This commit is contained in:
@@ -78,6 +78,10 @@ public class ActivityManagerCompatVS extends ActivityManagerCompatVR {
|
||||
public void onTaskAppeared(RemoteAnimationTarget app) {
|
||||
runnerCompat.onTaskAppeared(app);
|
||||
}
|
||||
|
||||
public void onTasksAppeared(RemoteAnimationTarget[] apps) {
|
||||
runnerCompat.onTasksAppeared(apps);
|
||||
}
|
||||
};
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user