Merge "TalkBack doesn't announce when a task has being closed." into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2022-01-13 20:36:44 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 0 deletions
@@ -2783,6 +2783,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
}
}
announceForAccessibility(getResources().getString(R.string.task_view_closed));
float dismissTranslationInterpolationEnd = 1;
boolean closeGapBetweenClearAll = false;
boolean isClearAllHidden = isClearAllHidden();