Simply replace:
This:
boardViewModel = ViewModelProviders.of(this).get(BoardViewModel::class.java)
With this:
boardViewModel = ViewModelProvider(this).get(BoardViewModel::class.java)
Simply replace:
This:
boardViewModel = ViewModelProviders.of(this).get(BoardViewModel::class.java)
With this:
boardViewModel = ViewModelProvider(this).get(BoardViewModel::class.java)
For further actions, you may consider blocking this person and/or reporting abuse
ReadymadeUI -
OSWALDO RAFAEL ZAMORA RAMIREZ -
SkillBoostTrainer -
Overgaard Kryger -
Top comments (0)