Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50beae2b authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

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

Merge "Update SysUI to be compatible with latest Jetpack libraries" into tm-dev-plus-aosp am: f52aa191

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



Change-Id: I46970501226c74bb679527eeb78afb8a0ee86140
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c56b8fde f52aa191
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -343,7 +343,7 @@ private class ControlHolderAccessibilityDelegate(
        info.className = Switch::class.java.name
        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)) {
        if (super.performAccessibilityAction(host, action, args)) {
            return true
            return true
        }
        }