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

Bug fixes #309

Merged
merged 23 commits into from
Jan 31, 2023
Merged

Bug fixes #309

merged 23 commits into from
Jan 31, 2023

Conversation

Nodrex
Copy link
Owner

@Nodrex Nodrex commented Jan 15, 2023

No description provided.

@Nodrex Nodrex marked this pull request as ready for review January 26, 2023 20:39
Comment on lines +86 to +87
var tileHeight = 125.dp
var tileBottomPadding = 0.dp
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it's better to be immutable

Copy link
Owner Author

@Nodrex Nodrex Jan 29, 2023

Choose a reason for hiding this comment

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

Can't, cause I am changing the values below:

var tileHeight = 125.dp
  var tileBottomPadding = 0.dp
  if (addBottomPadding) {
      tileHeight = 170.dp
      tileBottomPadding = 45.dp
  }

@Nodrex Nodrex merged commit 57dbab0 into main Jan 31, 2023
@Nodrex Nodrex deleted the bug_fixes branch January 31, 2023 07:30
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.

3 participants