-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Steps to Reproduce the Problem
- Use https://github.com/coil-kt/coil to fetch a hardware bitmap.
- After shaking, try to capture the screenshot
Expected Behavior
The screenshot should be captured and it should go back to report form.
Actual Behavior
Hides the screenshot button and nothing else happens.
Instabug integration code
Instabug.Builder(application, "lalala")
.setInvocationEvents(InstabugInvocationEvent.SHAKE, InstabugInvocationEvent.SCREENSHOT)
.setConsoleLogState(Feature.State.ENABLED)
.build()
Instabug.setWelcomeMessageState(WelcomeMessage.State.DISABLED)
Instabug.setDebugEnabled(true)
BugReporting.setShakingThreshold(100)
SDK Version
9.0.5
Android Version
Android 10
Device Model
Pixel 3
Metadata
Metadata
Assignees
Labels
No labels