Skip to content

Commit

Permalink
Skip to generate shadowOf for ShadowBackdropFrameRenderer
Browse files Browse the repository at this point in the history
The BackdropFrameRenderer is private/hidden/internal API, and we don't
need to generate shadowOf for this class.

Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed May 1, 2022
1 parent 6c5ecd0 commit 7561451
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
import org.robolectric.util.reflector.ForType;

/** Shadow for {@link BackdropFrameRenderer} */
@Implements(value = BackdropFrameRenderer.class, minSdk = S)
@Implements(value = BackdropFrameRenderer.class, minSdk = S, isInAndroidSdk = false)
public class ShadowBackdropFrameRenderer {

// Updated to the real value in the generated Shadow constructor
Expand Down

0 comments on commit 7561451

Please sign in to comment.