glanium

Results 12 issues of glanium

If possible, increase [sqlite_max_variable_number](https://www.sqlite.org/limits.html#max_variable_number). The default value of SQLITE_LIMIT_VARIABLE_NUMBER in the latest sqlite is 32766. When dealing with large amounts of data, the default 32766 is too small and painful....

**Description:** Views hidden behind the bottom sheet respond to touch events. **Source code:** In your Catalog app, Change [cat_bottomsheet_fragment.xml](https://github.com/material-components/material-components-android/blob/master/catalog/java/io/material/catalog/bottomsheet/res/layout/cat_bottomsheet_fragment.xml) as following ```xml ``` Then run catalog app, Expand standard bottom...

bug