Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Dec 12, 2023
1 parent bc0b7b2 commit b7d090f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions stripe-ui-core/api/stripe-ui-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ public final class com/stripe/android/uicore/image/ComposableSingletons$StripeIm
public final fun getLambda-2$stripe_ui_core_release ()Lkotlin/jvm/functions/Function3;
}

public final class com/stripe/android/uicore/image/DrawablePainterKt {
public static final fun rememberDrawablePainter (Landroid/graphics/drawable/Drawable;Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/graphics/painter/Painter;
}

public final class com/stripe/android/uicore/image/StripeImageKt {
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)

package com.stripe.android.uicore.image

import android.graphics.drawable.Animatable
Expand Down Expand Up @@ -141,7 +143,6 @@ internal class DrawablePainter(
* This function tries to dispatch lifecycle events to [drawable] as much as possible from
* within Compose.
*/
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
@Composable
fun rememberDrawablePainter(drawable: Drawable?): Painter = remember(drawable) {
when (drawable) {
Expand Down

0 comments on commit b7d090f

Please sign in to comment.