CardStackView icon indicating copy to clipboard operation
CardStackView copied to clipboard

java.lang.IllegalArgumentException: Cannot set 'scaleY' to Float.NaN

Open ubarua123 opened this issue 5 years ago • 2 comments

This happens on when I press back. Nothing really special here.

<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/word_prompt_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true"
    android:transitionName="shared_element_end_root">

    <com.yuyakaido.android.cardstackview.CardStackView
        android:id="@+id/word_prompt_stack"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:clipToPadding="false"
        android:padding="5dp"
        android:visibility="visible"
        app:layout_constraintBottom_toTopOf="@+id/wp_item_rewind"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/generic_view_toolbar"
        app:stackFromEnd="true"
        tools:itemCount="3"
        tools:listitem="@layout/card_item" />

God only knows whats going on.

ubarua123 avatar Oct 12 '20 13:10 ubarua123

I also get this problem

lucers avatar Feb 01 '21 03:02 lucers

Yes, I have this problem too. @yuyakaido

kubilayyilmaz avatar Feb 02 '21 18:02 kubilayyilmaz