I am using
new Instabug.Builder(this, "MY_INSTABUG_KEY").setInvocationEvent(InstabugInvocationEvent.SHAKE).build();
On each shake, Instabug message appears even if it is already visible. How can I limit the appearance of Instabug message ie if one message is visible then next message should not be invoked until the first one is on the screen.