mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add initial registration v5 prototype.
This commit is contained in:
committed by
jeffrey-signal
parent
1a5163fc47
commit
5ea5279fbb
@@ -328,7 +328,7 @@ private fun CreateCallLinkBottomSheetContent(
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
private fun CreateCallLinkBottomSheetContentPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
CreateCallLinkBottomSheetContent(
|
||||
callLink = CallLinkTable.CallLink(
|
||||
recipientId = RecipientId.UNKNOWN,
|
||||
|
||||
@@ -489,7 +489,7 @@ private fun CallQualityScreenPreview() {
|
||||
@PreviewLightDark
|
||||
@Composable
|
||||
private fun HowWasYourCallPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
Column {
|
||||
HowWasYourCall(
|
||||
onGreatClick = {},
|
||||
@@ -503,7 +503,7 @@ private fun HowWasYourCallPreview() {
|
||||
@PreviewLightDark
|
||||
@Composable
|
||||
private fun WhatIssuesDidYouHavePreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
var userSelection by remember { mutableStateOf<Set<CallQualityIssue>>(emptySet()) }
|
||||
|
||||
Column {
|
||||
@@ -524,7 +524,7 @@ private fun WhatIssuesDidYouHavePreview() {
|
||||
@PreviewLightDark
|
||||
@Composable
|
||||
private fun HelpUsImprovePreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
Column {
|
||||
HelpUsImprove(
|
||||
isShareDebugLogSelected = true,
|
||||
|
||||
Reference in New Issue
Block a user