mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add initial registration v5 prototype.
This commit is contained in:
committed by
jeffrey-signal
parent
1a5163fc47
commit
5ea5279fbb
@@ -118,7 +118,7 @@ private fun MediaNoLongerAvailableBottomSheetContent(
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
private fun MediaNoLongerAvailableBottomSheetContentPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
MediaNoLongerAvailableBottomSheetContent()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,7 +159,7 @@ fun InfoRow(text: String) {
|
||||
@DayNightPreviews
|
||||
@Composable
|
||||
private fun ProfileNameSheetPreview() {
|
||||
Previews.BottomSheetPreview {
|
||||
Previews.BottomSheetContentPreview {
|
||||
ProfileNameSheet()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user