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
Evelyn -
Emmanuel Ajike -
Jonathanfarrow -
Mahrukh Adeel -
Top comments (0)