Merge "Announce “Desktop” when focusing on the desktop mode in Overview" into main

This commit is contained in:
Vinay Joglekar
2024-08-13 16:24:27 +00:00
committed by Android (Google) Code Review
3 changed files with 13 additions and 12 deletions

View File

@@ -94,7 +94,7 @@ class DesktopTaskView @JvmOverloads constructor(context: Context, attrs: Attribu
context.theme
)
)
setText(resources.getText(R.string.recent_task_option_desktop))
setText(resources.getText(R.string.recent_task_desktop))
}
childCountAtInflation = childCount
}