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

Improvements to base models #12

Merged
merged 3 commits into from
May 24, 2024
Merged

Conversation

jflavio11
Copy link
Member

Main Changes

  • Removed unnecessary white spaces and empty lines.
  • Fix implementation of EventsRepository interface

@jflavio11 jflavio11 added the enhancement New feature or request label Mar 23, 2024
@jflavio11 jflavio11 added this to the MVP milestone Mar 23, 2024
@jflavio11 jflavio11 self-assigned this Mar 23, 2024
Copy link
Member

@Bruno125 Bruno125 left a comment

Choose a reason for hiding this comment

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

Looks good!

return when (error) {
is IOException -> AdpError(
code = null,
message = getString(Res.string.error_internet)
Copy link
Member

Choose a reason for hiding this comment

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

TIL Res instead of R is a thing. Is that how android works now, or did we do something custom 😮 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

@Bruno125 Res because we are using composeResources 😅 (Multiplatform)

@jflavio11
Copy link
Member Author

Merging after a while...

@jflavio11 jflavio11 merged commit b2d7efe into dev May 24, 2024
@jflavio11 jflavio11 deleted the feature/improvements-base-models branch May 24, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants