Sergey

Results 3 issues of Sergey

If you add a new RotatableAutofitEditText into layout with the Gravity.CENTER movement will be limited. Example: > val layoutParams = FrameLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT) > layoutParams.gravity = Gravity.CENTER > val newEditText =...

Placeholder isn't displaying while new image loading. Inside the```SliverList``` when new item added to it, placeholder not displayed for new item. Old image is displaying until new one is loading...

Hello Could somebody help me with navigation issue. Let's image we have something like catalog and can open same route with different args multiple times. At version 9.3.0+1 everything works...