Android-AppMsg icon indicating copy to clipboard operation
Android-AppMsg copied to clipboard

Only one sticky message is displayed

Open danikula opened this issue 11 years ago • 1 comments

To reproduce this bug immediately show 2 sticky messages. Expected: after canceling one message second should appear.

danikula avatar May 07 '14 15:05 danikula

As workaround I use

final AppMsg.Style style = new AppMsg.Style(Integer.MAX_VALUE, R.color.app_msg_bg);

danikula avatar May 13 '14 17:05 danikula