kmo9709
Results
1
comments of
kmo9709
In the developer docs it is stated that you should not directly call close https://developer.android.com/reference/androidx/test/core/app/ActivityScenario#close() The recommendation is to try with resources for Java, or "use" with Kotlin Instead try...