Skip to content

Commit

Permalink
fix build (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcudoidem committed Jun 24, 2024
1 parent 17d54ff commit e4055c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/viewmodel/AppViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AppViewModel(
coroutineManager = CoroutineManager(
customCoroutineScope = CoroutineScope(Dispatchers.IO + Job())
),
extractionManager = getExtractionManager(
extractionManager = getExtractionManager()
)

/* Screenshot Layer */
Expand Down

0 comments on commit e4055c7

Please sign in to comment.