mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Add initial registration v5 prototype.
This commit is contained in:
committed by
jeffrey-signal
parent
1a5163fc47
commit
5ea5279fbb
@@ -325,7 +325,7 @@ private fun NoBackupKeyBottomSheet(
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
private fun NoBackupKeyBottomSheetPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
NoBackupKeyBottomSheet(
|
||||
showSecondParagraph = true
|
||||
)
|
||||
@@ -335,7 +335,7 @@ private fun NoBackupKeyBottomSheetPreview() {
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
private fun NoBackupKeyBottomSheetNoSecondParagraphPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
NoBackupKeyBottomSheet(
|
||||
showSecondParagraph = false
|
||||
)
|
||||
|
||||
@@ -104,7 +104,7 @@ private fun Sheet(
|
||||
@Composable
|
||||
@DayNightPreviews
|
||||
private fun SheetPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
Sheet()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user