Bring back relative timestamp translations

This commit is contained in:
arkon
2023-09-24 17:26:12 -04:00
parent 4e69bf993a
commit 86edce0d87
59 changed files with 303 additions and 1 deletions

View File

@ -70,6 +70,7 @@ fun AdaptiveSheet(
val alpha by animateFloatAsState(
targetValue = targetAlpha,
animationSpec = sheetAnimationSpec,
label = "alpha",
)
val internalOnDismissRequest: () -> Unit = {
scope.launch {