Updated initial value for accessibility interactor
Test: Verified the default value is correct Bug: 383060578 Flag: EXEMPT bugfix Change-Id: I205609165a746d9d155eb6a3b91c89d22a97ed9f
This commit is contained in:
@@ -54,7 +54,7 @@ class AccessibilityInteractorImpl(private val accessibilityManager: Accessibilit
|
|||||||
.stateIn(
|
.stateIn(
|
||||||
scope,
|
scope,
|
||||||
SharingStarted.WhileSubscribed(), // When no longer subscribed, we removeTheListener
|
SharingStarted.WhileSubscribed(), // When no longer subscribed, we removeTheListener
|
||||||
false,
|
accessibilityManager.isEnabled,
|
||||||
)
|
)
|
||||||
|
|
||||||
override val isEnabled: Boolean
|
override val isEnabled: Boolean
|
||||||
|
Reference in New Issue
Block a user