pin-lock-compose icon indicating copy to clipboard operation
pin-lock-compose copied to clipboard

🔐 Light library that is beautiful Pin Lock screen for Jetpack Compose

Results 2 pin-lock-compose issues
Sort by recently updated
recently updated
newest added

When I use PinLock() in MainActivity so app crashed with exception. ``` java.lang.NoSuchMethodError: No static method AnimatedContent(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V in class Landroidx/compose/animation/AnimatedContentKt; or its super classes (declaration of 'androidx.compose.animation.AnimatedContentKt' appears ```

FATAL EXCEPTION: main Process: com.mine.app, PID: 22559 java.lang.NoSuchMethodError: No static method AnimatedContent(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V in class Landroidx/compose/animation/AnimatedContentKt; or its super classes (declaration of 'androidx.compose.animation.AnimatedContentKt' appears in /data/app/~~fTGKh1WwePjJ8HhiO6mY1Q==/commine.app-2XTrsyZLKNXVlP2htZsubA==/base.apk) at xyz.teamgravity.pin_lock_compose.PinLockKt$BasePinLock-8V94_ZQ$$inlined$ConstraintLayout$2.invoke(ConstraintLayout.kt:1575) at xyz.teamgravity.pin_lock_compose.PinLockKt$BasePinLock-8V94_ZQ$$inlined$ConstraintLayout$2.invoke(ConstraintLayout.kt:89) at...