Yo
Yo
When I'm using ```kotlin ReactiveNetwork().observeInternetConnectivity().onEach { Log.e("MainActivity", "has Internet: ${it}") }.launchIn(CoroutineScope(Dispatchers.Default)) ``` Whenever I'm in airplane mode my application get spammed by `E/ReactiveNetwork: Could not establish connection with WalledGardenStrategy` what...
**Glide Version**: ``` kapt 'com.github.bumptech.glide:compiler:4.12.0' implementation 'com.github.bumptech.glide:glide:4.12.0' implementation 'com.github.bumptech.glide:annotations:4.12.0' implementation('com.github.bumptech.glide:okhttp3-integration:4.12.0') ``` **Integration libraries**: ``` // OkHttp implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.0")) implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:logging-interceptor") //Retrofit def retrofitVersion = "2.9.0" implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" implementation "com.squareup.retrofit2:converter-moshi:$retrofitVersion" implementation "com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:$retrofitAdapterVersion"...
### General information * SDK/Library version: Javascript V3 SDK + Java SDK * Environment: Sandbox * Browser and OS: Chrome Version 90.0.4430.212 (Official Build) (x86_64) // MacOS. 10.14.6 ### Issue...
Hello, I was wondering why you rather used a java interface instead of a kotlin interface ?
Hello, I've simply bumped to version of the various library to their latest (as of now). I've also checked if there was any deprecation but couldn't find one, don't hesitate...
Hello, I think this leak is a false positive from [navigation component](https://developer.android.com/jetpack/androidx/releases/navigation). I'm using ```gradle androidx.navigation:navigation-ui-ktx:2.7.1 androidx.navigation:navigation-fragment-ktx:2.7.1 ``` This leak appears when navigation back and forth between 2 fragment using...
**Description:** I have implemented an Dropdown view as per documentation inside a `MaterialDialog` however even though I don't touch the `AutoCompleteTextView` the dropdown is triggered **Expected behavior:** Trigger dropdown only...
### [REQUIRED] Use case description Currently TrackSelectionDialogBuilder uses either `androidx.appcompat.app.AlertDialog$Builder` or `AlertDialog.Builder` in the `build()`. My app is using Material3, but other people might be using Material2 or even there...
### Use case description The use case would be to start the dash stream at a specific position. For example, a dash stream has a duration of 60 minutes, and...
How can we change background color on Preferences ? I've looked at the PreferencesKotlin sample but didn't find anything related to it