mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add initial registration v5 prototype.
This commit is contained in:
committed by
jeffrey-signal
parent
1a5163fc47
commit
5ea5279fbb
@@ -84,7 +84,7 @@ fun FinishedSheet(onClick: () -> Unit) {
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
fun FinishedSheetSheetPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
FinishedSheet(onClick = {})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ fun EducationSheet(onClick: () -> Unit) {
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
fun EducationSheetPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
EducationSheet(onClick = {})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ private fun LinkedDeviceInformationRow(
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
fun LearnMorePreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
LearnMoreSheet()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@ private fun SheetOption(
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
fun SyncSheetSheetSheetPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
SyncSheet(onLink = {})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user