Merge "Update SysUI to be compatible with latest Jetpack libraries" am: b61b9e11b4

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2074044

Change-Id: I233ee21761ff917251a6870383bf0c8e008d4449
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Colin Cross
2022-04-29 19:50:58 +00:00
committed by Automerger Merge Worker

View File

@@ -320,7 +320,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
}