qijaz

Results 2 issues of qijaz

Getting few instances of NumberFormatException reported through Firebase, here's the full stack-trace: ``` Fatal Exception: java.lang.NumberFormatException: Invalid int: "te" at java.lang.Integer.invalidInt(Integer.java:138) at java.lang.Integer.parse(Integer.java:410) at java.lang.Integer.parseInt(Integer.java:367) at com.jrummyapps.android.colorpicker.ColorPickerDialog.parseColorString(ColorPickerDialog.java:378) at com.jrummyapps.android.colorpicker.ColorPickerDialog.afterTextChanged(ColorPickerDialog.java:341) at...

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`...