Update SysUI to be compatible with latest Jetpack libraries

Nullability updates.

Bug: 214255490
Test: manual
Change-Id: I9e793fb569f1bd6568b951d908d483fb4acfcd8c
This commit is contained in:
Alan Viverette
2022-02-23 12:40:56 -05:00
parent bee1215040
commit b39a197e9e

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
}