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

Use eventSink method reference in TimelinePresenter.kt #1428

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

julioromano
Copy link

@julioromano julioromano commented Sep 25, 2023

Has been changed in #1172 but in general method references should always be preferred to lambdas in composable functions (because they have higher stability guarantees).

Has been changed in #1172 but in general method references should always preferred to lambdas in composable functions (because they have higher stability guarantees).
@julioromano julioromano requested a review from a team as a code owner September 25, 2023 19:43
@julioromano julioromano self-assigned this Sep 25, 2023
@julioromano julioromano requested review from ganfra and removed request for a team September 25, 2023 19:43
@julioromano
Copy link
Author

@jonnyandrew FYI

@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/txR3ca

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (46a3446) 58.06% compared to head (30f6c76) 58.06%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1428   +/-   ##
========================================
  Coverage    58.06%   58.06%           
========================================
  Files         1129     1129           
  Lines        29880    29880           
  Branches      6067     6067           
========================================
  Hits         17351    17351           
  Misses        9931     9931           
  Partials      2598     2598           
Files Coverage Δ
...atures/messages/impl/timeline/TimelinePresenter.kt 92.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@julioromano julioromano merged commit 7464cbb into develop Sep 25, 2023
16 checks passed
@julioromano julioromano deleted the julioromano/patch-1 branch September 25, 2023 19:56
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.

2 participants