You Qi

Results 7 comments of You Qi

a kotlin dsl version that works with multiple buildTypes and productFlavors ```kotlin afterEvaluate { val buildTypes = android.buildTypes.map { it.name.capitalize() } val productFlavors = android.productFlavors.map { it.name.capitalize() } productFlavors.forEach {...

it did work after converting the component to `SingletonComponent`. but is SingletonComponent really the requirement to use DI with ViewModel? I have created a branch demonstrating `@ActivityScoped` `@InMemoryLogger` working in...

only started happening to me since yesterday. any solution?

you will need `com.android.application` in your project gradle. ```kotlin plugins { id("com.android.application") version "7.4.1" apply false id("org.jlleitschuh.gradle.ktlint") version "9.4.1" apply false } ```

Log from Logcat: ``` 2024-01-17 12:59:27.637 11165-11961 BrowserAut...rowserFlow I [2024-01-17 04:59:27 - thread_id: 2, correlation_id: 83e16fec-d1be-4ae6-8ae4-e06fee44e12f - Android 34] Received redirect from customTab/browser. 2024-01-17 12:59:27.638 11165-11961 Authorizat...sendResult I [2024-01-17 04:59:27...

On further checking, it's happening to devices with [Microsoft Authenticator](https://play.google.com/store/apps/details?id=com.azure.authenticator&hl=en&gl=US) installed. even if I signed in with a personal account. Once it happened, retrying the same flow in the app...