Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: persistant in-app messages #269

Merged
merged 8 commits into from
Oct 25, 2023

updated comments

37ff6fc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: persistant in-app messages #269

updated comments
37ff6fc
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / JUnit Test Report failed Oct 25, 2023 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in samples/kotlin_compose/src/androidTest/java/io/customer/android/sample/kotlin_compose/MemoryLeakageInstrumentedTest.kt

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MemoryLeakageInstrumentedTest.testMemoryLeakage

java.lang.IllegalStateException: CustomerIO.Builder::build() must be called before obtaining CustomerIO instance
at io.customer.sdk.CustomerIO$Companion.instance(CustomerIO.kt:177)
Raw output
java.lang.IllegalStateException: CustomerIO.Builder::build() must be called before obtaining CustomerIO instance
at io.customer.sdk.CustomerIO$Companion.instance(CustomerIO.kt:177)
at io.customer.android.sample.kotlin_compose.ui.dashboard.DashboardViewModel$logout$1.invokeSuspend(DashboardViewModel.kt:41)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@8d85a2f, Dispatchers.Main.immediate]