Joan Cabezas

Results 112 comments of Joan Cabezas

The simplest integration code fails too. ```kotlin Instabug.Builder(this, "") .setInvocationEvents(InstabugInvocationEvent.TWO_FINGER_SWIPE_LEFT) .build() ```

Tried most 10.x versions and 9.1.8, same for all of them.

Hi, No, we don't use HW views, anyways I tried with ```BugReporting.setScreenshotByMediaProjectionEnabled(true)``` and the same blank screen. Thanks, @amrbrkt just added you to the distribution list.

Thanks, @amrbrkt just sent you a new version.

Sorry, it should be available now

I just saw this message, I could replicate UI.

Hi, sorry for the late reply, you can add something like that: ``` animationController = AnimationController(vsync: this, duration: Duration(seconds: 5)); animationController.addStatusListener((status){ if(status == AnimationStatus.completed){} }); ```

Yup, thanks for asking this, I was close to giving up already, and just verified that indeed, it only works if you use firebase, either from emulators or not.