Add roll history page

This commit is contained in:
Thomas Andres Gomez 2024-11-10 17:26:58 +01:00
parent f92922c228
commit ca456b55d9
20 changed files with 488 additions and 133 deletions

View file

@ -168,7 +168,10 @@ fun HandleCharacterSheetCreation(
title = stringResource(Res.string.character_sheet_edit__title),
) {
CharacterSheetMainNavHost(
startDestination = CharacterSheetEditDestination.navigationRoute(id = null)
startDestination = CharacterSheetEditDestination.navigationRoute(
id = null,
enableBack = false,
)
)
}
}