Skip to content

ref: PIN-5875 replace lazy findViewById with viewBinding

Michal Neubauer requested to merge refactor/PIN-5785_viewbinding into refactor/PIN-5785

Merge request

Changes:

  • replace lazy findViewById with viewBinding ​

Code should:
  • make sense
  • follow project conventions (architecture, tech stack, naming)
  • not cointain any dead or unused code
  • not cointain any technical debt or TODOs without Jira issue
  • be tested
  • be documented

The full code checklist as well as other useful information about the code review process are on the Code review wiki page

Closes PIN-5785

Merge request reports

Loading