Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalStateException #5

Open
penpens opened this issue Dec 5, 2018 · 1 comment
Open

IllegalStateException #5

penpens opened this issue Dec 5, 2018 · 1 comment

Comments

@penpens
Copy link

penpens commented Dec 5, 2018

Hi,
First of all thanks for the repo, I love it.
I'm here just to report, I think, a bug of my code or maybe from the repo.
I have the problem in many devices, and all throw this stack:

java.lang.IllegalStateException: 
  at android.support.v4.app.FragmentManagerImpl.checkStateLoss (FragmentManager.java:2080)
  at android.support.v4.app.FragmentManagerImpl.enqueueAction (FragmentManager.java:2106)
  at android.support.v4.app.BackStackRecord.commitInternal (BackStackRecord.java:683)
  at android.support.v4.app.BackStackRecord.commit (BackStackRecord.java:637)
  at android.support.v4.app.DialogFragment.dismissInternal (DialogFragment.java:224)
  at android.support.v4.app.DialogFragment.dismiss (DialogFragment.java:191)
  at com.kevalpatel2106.fingerprintdialog.FingerprintDialogCompatV23$3.run (FingerprintDialogCompatV23.java:469)
  at android.os.Handler.handleCallback (Handler.java:789)
  at android.os.Handler.dispatchMessage (Handler.java:98)
  at android.os.Looper.loop (Looper.java:164)
  at android.app.ActivityThread.main (ActivityThread.java:6940)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:327)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1374)
@elletlar
Copy link

elletlar commented Apr 2, 2020

Just to clarify, this defect is major:

  1. Turn the screen OFF and ON while the fingerprint dialogue is open -- app crashes
  2. Task away to the home screen while the fingerprint dialogue is open -- app crashes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants