ReadableBottomBar icon indicating copy to clipboard operation
ReadableBottomBar copied to clipboard

Fixed 'selectItem(index : Int)' not working

Open qijaz221 opened this issue 4 years ago • 0 comments

Fixed selectItem(index : Int) not working when called from onCreate in an activity. It happens because none of the BottomBarItemView items have been layed out yet so childCount is 0 which is used by ReadableBottomBar to enumerate child views during selection.

qijaz221 avatar Aug 08 '20 06:08 qijaz221