You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The height of the RecyclerView inside of the CheckListDialog is currently hardcoded to 300dp. This is the result of an issue in Android itself that causes the RecyclerView to push out all other layouts when it's height is set to match_parent or wrap_content. A permanent (and better) solution must be found.
The text was updated successfully, but these errors were encountered:
The height of the RecyclerView inside of the CheckListDialog is currently hardcoded to 300dp. This is the result of an issue in Android itself that causes the RecyclerView to push out all other layouts when it's height is set to match_parent or wrap_content. A permanent (and better) solution must be found.
The text was updated successfully, but these errors were encountered: