summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2022-05-04 20:03:22 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-05-04 20:03:22 +0000
commit8a86bf91a208457fd99f3a687e2620df78f7c994 (patch)
tree2d4549071f22111c56bb1c47e519843ece14d4cc
parent6f8c988b4c7a61317bf962096e1534e56b5f66a4 (diff)
parentb65b4798f30ac5ed028930d4a5bf0bfe756556ba (diff)
Merge "Update SysUI to be compatible with latest Jetpack libraries" into tm-dev
-rw-r--r--packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt b/packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt
index f9115b20ca06..3eb58bba1ca4 100644
--- a/packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt
+++ b/packages/SystemUI/src/com/android/systemui/controls/management/ControlAdapter.kt
@@ -343,7 +343,7 @@ private class ControlHolderAccessibilityDelegate(
info.className = Switch::class.java.name
}
- override fun performAccessibilityAction(host: View?, action: Int, args: Bundle?): Boolean {
+ override fun performAccessibilityAction(host: View, action: Int, args: Bundle?): Boolean {
if (super.performAccessibilityAction(host, action, args)) {
return true
}