Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix columns for grid layout for MainFragment #3279

Merged
merged 1 commit into from
Apr 24, 2022

Conversation

EmmanuelMess
Copy link
Member

@EmmanuelMess EmmanuelMess commented Apr 24, 2022

Description

This PR reworks how defaults are handled for grid columns preference and fixes a divide by zero crash.

Issue tracker

Fixes #3249

Automatic tests

  • Added test cases

Manual tests

  • Done

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

@EmmanuelMess EmmanuelMess force-pushed the emmanuelmess/fix/columns_preference branch 2 times, most recently from a1f94c0 to 46241fc Compare April 24, 2022 14:47
@EmmanuelMess EmmanuelMess force-pushed the emmanuelmess/fix/columns_preference branch from 46241fc to d2dda03 Compare April 24, 2022 14:47
@EmmanuelMess EmmanuelMess marked this pull request as ready for review April 24, 2022 14:49
@EmmanuelMess EmmanuelMess requested review from VishalNehra, TranceLove and VishnuSanal and removed request for VishalNehra April 24, 2022 14:49
@VishalNehra VishalNehra merged commit 158539c into release/3.7 Apr 24, 2022
@VishalNehra VishalNehra mentioned this pull request Apr 24, 2022
4 tasks
Copy link
Member

@VishnuSanal VishnuSanal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EmmanuelMess Please see the comments - a simple clarification.

@EmmanuelMess EmmanuelMess deleted the emmanuelmess/fix/columns_preference branch April 25, 2022 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Divide by zero on MainFragment#onGlobalLayout
3 participants