Instabug/Instabug-Android

Black Flickering screen appears when Instabug popup appears on DialogFragment

AmirJehangir opened this issue · 0 comments

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