mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Run animation for liveTile before trying to launch it
* If current TaskView is running live tiles, animate directly when toggling recents button instead of trying to launch the task Fixes: 240231324 Test: Launching a single GroupedTaskView from overview launches as expected in 3 button. Tested adjacent launches as well. Change-Id: I6c060d918d3ae08bee9da1ad9507bb25cf445b96
This commit is contained in:
@@ -144,7 +144,7 @@ public class OverviewCommandHelper {
|
||||
RunnableList callbackList = null;
|
||||
if (taskView != null) {
|
||||
taskView.setEndQuickswitchCuj(true);
|
||||
callbackList = taskView.launchTaskAnimated();
|
||||
callbackList = taskView.launchTasks();
|
||||
}
|
||||
|
||||
if (callbackList != null) {
|
||||
|
||||
Reference in New Issue
Block a user