Raymond Chan

Results 6 comments of Raymond Chan

I have integrated the lib into my app and I have the same issue too. Not sure what's going on and here is the stacktrace from Crashlytics ``` Fatal Exception:...

@Smeet123 I probably figure out the reason for my case. I've been using a `View.post()` to force the animation to run on UI thread. I also have a `destroy()` call...

hi @yshrsmz, it seems that I cannot get your script working. I have a root project (`ProjectA`) which include another project called `ProjectB` and is a Kotlin multiplatform library project...

> @raymondctc > > I'm not sure if `ProjectB` is a module or a project, but I think you can use `rootProject` instead > > ```groovy-gradle > if (Files.exists(Paths.get("$rootProject.rootDir/local.properties"))) {...

Yes, tried to do something like this: ``` val consentInformation = ConsentInformation.getInstance(this) consentInformation.addTestDevice("") consentInformation.debugGeography = DebugGeography.DEBUG_GEOGRAPHY_EEA val publisherIds = arrayOf("") consentInformation.requestConsentInfoUpdate(publisherIds, object: ConsentInfoUpdateListener { override fun onFailedToUpdateConsentInfo(reason: String?) { Log.d(TAG,...

> [@raymondctc](https://github.com/raymondctc) this color is not included in your component theme. I check the exact same Senorio. It works if the color is in your theme colors. hi @zarin-maruf, I've...