forked from Writand/writand
Merge branch 'frontend/WViewModel-fix' into 'main'
fix: declared WViewModel as open te allow inheritance See merge request EmmaVandewalle/writand!36
This commit is contained in:
commit
c822126703
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import kotlinx.coroutines.launch
|
||||||
/**
|
/**
|
||||||
* Custom viewmodel class for this app.
|
* Custom viewmodel class for this app.
|
||||||
*/
|
*/
|
||||||
class WViewModel : ViewModel() {
|
open class WViewModel : ViewModel() {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function to launch a suspended function in viewmodel scope.
|
* Function to launch a suspended function in viewmodel scope.
|
||||||
|
|
Loading…
Reference in a new issue