Andrey Panchenko

Results 16 comments of Andrey Panchenko

If someone gets error like this — be aware that it may be caused by this bug. Spent several hours to figure this out. ``` * What went wrong: Execution...

> Could you please explain your solution to that bug? As i could remember this message helped me https://github.com/moxy-community/Moxy/issues/63#issuecomment-570990776. Could not remember details because i've removed Moxy from my project...

Yes. It is possible and i think that DirectX support is important feature. But as for now it is not top priority for me. I leave task opened because someday...

I do not write all rendering code for Live2D myself. 99% of it is already done in CubismNativeFramework by Live2D. I write thin wrapper to integrate rendering of CubismNativeFramework with...

I could not dive to the code right now but i have a quick idea. This release targeted for the 3 SDK version. Probably you are trying to use it...

Ok, i've checked. When i've tried to use FirebaseAuth directly with the same ActionCodeSettings — everything was ok. I've received correct sign-in link on my email.

Okay. I'll add logs to the onCreate and onActivityResult of base fragment.

It will be something like this. ```kotlin abstract class MirrorFragment : MvpAndroidXFragment(), OnBackPressedListener { private var isOnCreateCalledBeforeSuper = false private var isOnCreateCalledAfterSuper = false override fun onCreate(savedInstanceState: Bundle?) { isOnCreateCalledBeforeSuper...

This code was in production for a while and i never had logs in Crashlytics about "onCreate is not called". So at least in this case onCreate is seems to...

Actually stack trace is not pointed to one of my fragments and presenters (except of MvpAndroidXFragment that is attached). But it is pointed on androidx.fragment.app.FragmentStatePagerAdapter. I have one FragmentStatePagerAdapter. Do...