Update onOverviewShown interface to get signal of whether it should be
iterated in forward or backward direction For more information, check out the change in the same topic. Bug: 258854035 Test: manual Change-Id: Id4a201c1979645ec319478f634039a4e9e495a35
This commit is contained in:
@@ -197,7 +197,7 @@ public class TouchInteractionService extends Service
|
||||
|
||||
@BinderThread
|
||||
@Override
|
||||
public void onOverviewShown(boolean triggeredFromAltTab) {
|
||||
public void onOverviewShown(boolean triggeredFromAltTab, boolean forward) {
|
||||
if (triggeredFromAltTab) {
|
||||
TaskUtils.closeSystemWindowsAsync(CLOSE_SYSTEM_WINDOWS_REASON_RECENTS);
|
||||
mOverviewCommandHelper.addCommand(OverviewCommandHelper.TYPE_SHOW_NEXT_FOCUS);
|
||||
|
||||
Reference in New Issue
Block a user