Benny Cao

Results 2 issues of Benny Cao

Partially solves https://github.com/material-components/material-components-android/issues/953 Add ChipGroup option to set `maxRowCount`. If set, will display chips up to `maxRowCount`. Add ChipGroup option `overflowChipEnabled` and `overflowChipTextResource`. If enabled with `maxRowCount` will display a...

cla: yes
Work in progress (WIP) PR

### Changes This change adds code to guard against possible NullPointerException thrown as a result of `f` being null in the JsonRequiredTypeAdaptor Solves https://github.com/auth0/Auth0.Android/issues/676 ### Testing ### Checklist - [...