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

Black Flickering screen appears when Instabug popup appears on DialogFragment #456

Open
AmirJehangir opened this issue Mar 28, 2023 · 0 comments

Comments

@AmirJehangir
Copy link

AmirJehangir commented Mar 28, 2023

Steps to Reproduce the Problem

  • Start Application
  • open -- fragment
  • open -- dialog (DialogFragment)
  • Shake Device
  • Black flickering screen appears and DialogFragment recreates.

Expected Behavior

  • Should not appear this black flickering screen

Actual Behavior

  • Black flickering screen appears and DialogFragment recreates.
  • Working fine in Fragments and Activities

Instabug integration code

Instabug.Builder(this, IBToken(BuildConfig.FLAVOR == "Stage"))
.setInvocationEvents(
InstabugInvocationEvent.SHAKE
)
.build()

        BugReporting.setOptions(Option.COMMENT_FIELD_REQUIRED)
        BugReporting.setAttachmentTypesEnabled(true, true, false, true)

        BugReporting.setOnInvokeCallback {
        }

SDK Version

Android Version

version 11

Device Model

Samsung s8

[Optional] Project That Reproduces the Issue

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

1 participant