- Aug 24, 2015
- 1,265
- 142
Device Kate
Rom Xiaomi.eu Stable 9.2.3.0 Fresh install.
Tested with English and Finnish.
Bankin app force closes every time I have Dashlane app's display over other apps window turned ON from accessibility settings.
The bank app works normally if I disable the display/draw over other windows.
It has worked before just fine.
Any idea of the reason?
Would love to use the Dashlane app for it's best feature.
Rom Xiaomi.eu Stable 9.2.3.0 Fresh install.
Tested with English and Finnish.
Bankin app force closes every time I have Dashlane app's display over other apps window turned ON from accessibility settings.
The bank app works normally if I disable the display/draw over other windows.
It has worked before just fine.
Any idea of the reason?
Would love to use the Dashlane app for it's best feature.
Code:
java.lang.IllegalStateException: Accessibility off. Did you forget to check that?
at android.view.accessibility.AccessibilityManager.sendAccessibilityEvent(AccessibilityManager.java)
at android.view.ViewRootImpl.requestSendAccessibilityEvent(ViewRootImpl.java)
at android.view.ViewGroup.requestSendAccessibilityEvent(ViewGroup.java)
at android.view.View.sendAccessibilityEventUncheckedInternal(View.java)
at android.view.View.sendAccessibilityEventUnchecked(View.java)
at android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent.run(ViewRootImpl.java)
at android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent.runOrPost(ViewRootImpl.java)
at android.view.ViewRootImpl.postSendWindowContentChangedCallback(ViewRootImpl.java)
at android.view.ViewRootImpl.notifySubtreeAccessibilityStateChanged(ViewRootImpl.java)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java)
at android.view.View.notifySubtreeAccessibilityStateChangedIfNeeded(View.java)
at android.view.View.invalidateOutline(View.java)
at android.view.View.internalSetPadding(View.java)
at android.view.ViewGroup.internalSetPadding(ViewGroup.java)
at android.view.View.fitSystemWindowsInt(View.java)
at android.view.View.fitSystemWindows(View.java)
at android.view.View.onApplyWindowInsets(View.java)
at android.view.View.dispatchApplyWindowInsets(View.java)
at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java)
at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java)
at android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java)
at android.view.Choreographer.doCallbacks(Choreographer.java)
at android.view.Choreographer.doFrame(Choreographer.java)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java)
at android.os.Handler.handleCallback(Handler.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)