Add path to file details

This commit is contained in:
MM20 2022-02-14 22:57:21 +01:00
parent 2665df2fff
commit afaf7d7e73
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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(