Rajarml
Rajarml
With an other lib : `compileOnly 'javax.annotation:javax.annotation-api:1.3.2'` instead whenever needed, lib available in MavenCentral (see https://youtrack.jetbrains.com/issue/KT-33050#focus=Comments-27-3767288.0-0). Edit: changing such lib seems not to work :/
To all users of this library : use https://github.com/panva/node-oidc-provider instead, highly maintained, no issue (& 684 closed), with litteraly almost all OAuth2.0 RFC implementation ! Sincerly, A developer which was...
Using `viewpager.adapter = null` in `onDestroyView()` is causing this issue, removing this line avoid the crash. But nullify the ViewPager's adapter is an attempt to fix the memory leak which...
`onAttachFragment` is now deprecated. It is a bit more complicated now: ```{kotlin} fun Fragment.addTimePickerPositiveListenerIfNeeded() { val tag = this.tag if (this is MaterialTimePicker && tag != null) { clearOnPositiveButtonClickListeners() addOnPositiveButtonClickListener...
@Nailik does it resolve the lost listeners issue after a config change like device rotation?