forked from Writand/writand
fix: declared WViewModel as open te allow inheritance
This commit is contained in:
parent
1d405d7ec4
commit
55e78a4301
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import kotlinx.coroutines.launch
|
|||
/**
|
||||
* Custom viewmodel class for this app.
|
||||
*/
|
||||
class WViewModel : ViewModel() {
|
||||
open class WViewModel : ViewModel() {
|
||||
|
||||
/**
|
||||
* Function to launch a suspended function in viewmodel scope.
|
||||
|
|
Loading…
Reference in a new issue