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
Abdullah Bashir -
Emmanuel Ayinde -
HIPHOP and CODE -
Elton Minetto -
Top comments (0)