You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current MainViewModel class inherits from AndroidViewModel instead of ViewModel. Let's update that (which will mean either refactoring the Message class or changing how strings are retrieved from the resources).
The text was updated successfully, but these errors were encountered:
The current
MainViewModel
class inherits fromAndroidViewModel
instead ofViewModel
. Let's update that (which will mean either refactoring theMessage
class or changing how strings are retrieved from the resources).The text was updated successfully, but these errors were encountered: