Slide 36
Slide 36 text
{
! isLoading
@Gio_Sastre
@Previews last
fun SubscriptionScreen (
@Composable
Header ( … )
}
subscriptions : ImmutableList ,
) {
isLoading : Boolean ,
SubscriptionsLazyColumn ( items = subscriptions ) { … }
if ( isLoading ) {
} else
}
ShimmerRows ( … )
BuySubscriptionButton ( enabled = )
isError : Boolean ,
Error