You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: