Add path to file details

This commit is contained in:
MM20
2022-02-14 22:57:43 +01:00
parent 2665df2fff
commit afaf7d7e73
@@ -96,6 +96,13 @@ fun FileItem(
style = MaterialTheme.typography.bodySmall
)
}
Text(
text = stringResource(
R.string.file_meta_path,
file.path
),
style = MaterialTheme.typography.bodySmall,
)
if (!file.isDirectory) {
Text(
text = stringResource(