Merge "Update SysUI to be compatible with latest Jetpack libraries"

This commit is contained in:
Colin Cross
2022-04-28 22:11:00 +00:00
committed by Gerrit Code Review

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
}