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

Commit e0f75b62 authored by Joshua McCloskey's avatar Joshua McCloskey
Browse files

Updated initial value for accessibility interactor

Test: Verified the default value is correct
Bug: 383060578
Flag: EXEMPT bugfix
Change-Id: I205609165a746d9d155eb6a3b91c89d22a97ed9f
parent 97072e43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ class AccessibilityInteractorImpl(private val accessibilityManager: Accessibilit
      .stateIn(
        scope,
        SharingStarted.WhileSubscribed(), // When no longer subscribed, we removeTheListener
        false,
        accessibilityManager.isEnabled,
      )

  override val isEnabled: Boolean