Add edge case for the preview.
This commit is contained in:
parent
360ba2ba2f
commit
caaa88485e
1 changed files with 7 additions and 0 deletions
|
|
@ -49,6 +49,13 @@ class KnockRequestsBannerStateProvider : PreviewParameterProvider<KnockRequestsB
|
||||||
aKnockRequestsBannerState(
|
aKnockRequestsBannerState(
|
||||||
acceptAction = AsyncAction.Failure(Throwable("Failed to accept knock"))
|
acceptAction = AsyncAction.Failure(Throwable("Failed to accept knock"))
|
||||||
),
|
),
|
||||||
|
aKnockRequestsBannerState(
|
||||||
|
knockRequests = listOf(
|
||||||
|
aKnockRequest(
|
||||||
|
displayName = "A_very_long_display_name_so_that_the_text_can_be_displayed_on_multiple_lines"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue