-
Notifications
You must be signed in to change notification settings - Fork 425
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
AC-776 Migrated Logs activity to kotlin #766
Conversation
Codecov Report
@@ Coverage Diff @@
## master #766 +/- ##
==========================================
+ Coverage 11.72% 11.73% +0.01%
==========================================
Files 249 249
Lines 10770 10759 -11
Branches 1036 1036
==========================================
Hits 1263 1263
+ Misses 9424 9413 -11
Partials 83 83
Continue to review full report at Codecov.
|
|
||
private lateinit var _binding: FragmentLogsBinding | ||
|
||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rishabh-997 can we do away with the underscore is it necessary ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a practice followed in kotlin where unused variables are marked as _... As suggested by Android Studio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay @rishabh-997 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @rishabh-997
Description of what I changed
Issue I worked on
JIRA Issue: https://issues.openmrs.org/browse/AC-776
Checklist: I completed these to help reviewers :)
(the number above, next to the 'Commits' tab is 1).
existing code that was well tested you do not have to add tests)