Add initial registration v5 prototype.

This commit is contained in:
Greyson Parrelli
2025-11-25 16:55:29 -05:00
committed by jeffrey-signal
parent 1a5163fc47
commit 5ea5279fbb
105 changed files with 8146 additions and 44 deletions

View File

@@ -77,7 +77,7 @@ class PermissionDeniedBottomSheet private constructor() : ComposeBottomSheetDial
@DayNightPreviews
@Composable
private fun PermissionDeniedSheetContentPreview() {
Previews.BottomSheetPreview {
Previews.BottomSheetContentPreview {
PermissionDeniedSheetContent(
titleRes = R.string.AttachmentManager_signal_allow_access_location,
subtitleRes = R.string.AttachmentManager_signal_to_send_location,