mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Migrating the remaining getTaskViewAt(0)
Migrating the remaining `getTaskViewAt(0)` to `getFirstTaskView()`. Flag: EXEMPT as no functionality changes Bug: 379942019 Test: Manual Change-Id: I083626b0ca62b88d06f508dfc15d9f64112f1a6a
This commit is contained in:
@@ -233,7 +233,7 @@ constructor(
|
||||
// When running task view is null we return last large taskView - typically focusView when
|
||||
// grid only is not enabled else last desktop task view.
|
||||
return if (recentsView.runningTaskView == null) {
|
||||
recentsView.lastLargeTaskView ?: recentsView.getTaskViewAt(0)
|
||||
recentsView.lastLargeTaskView ?: recentsView.getFirstTaskView()
|
||||
} else {
|
||||
if (
|
||||
enableLargeDesktopWindowingTile() &&
|
||||
|
||||
Reference in New Issue
Block a user