Albert Lo
Albert Lo
`CallClient.createCallAgent()` is swallowing all exceptions, so then the CompletableFuture exception handling cannot run
This issue also occurs on Android
`OneSignal.java` line 629 is already retrieving the Application Context from whatever context was passed in. So that means whoever calls `OneSignal.startInit()` can pass in an Activity Context or Service Context....
I initially thought this was an issue with AGP, but it is actually a problem caused by KTLint-gradle plugin This problem is very easy to reproduce. Just create any sample...
if I remove `-addconfigurationdebugging` then it no longer crashes. Also there are no warnings in the log about missing classes