summaryrefslogtreecommitdiff
path: root/android-app/app/src/test/kotlin
diff options
context:
space:
mode:
authorClaudomator Agent <agent@claudomator>2026-03-16 19:56:47 +0000
committerClaudomator Agent <agent@claudomator>2026-03-16 19:56:47 +0000
commit8457d32d89ef703fa8e748a0592472e3d21a16f9 (patch)
tree55d96acd983ca82e26e85313f27da87f44a94650 /android-app/app/src/test/kotlin
parentc0ba29283dcb318cb918615e34f2d90d05cc1019 (diff)
fix: resolve compilation error in PerformanceViewModelFactory
modelClass.kotlin.viewModelScope called viewModelScope on KClass<T> rather than a ViewModel instance. Replace with CoroutineScope(Dispatchers.IO + SupervisorJob()) which is valid at factory creation time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app/src/test/kotlin')
0 files changed, 0 insertions, 0 deletions