fixed output of debug file size (in MB)

This commit is contained in:
Holger Müller 2022-03-12 15:40:21 +01:00
parent 4fbedc3d2b
commit 5941e5ab87
No known key found for this signature in database
GPG Key ID: 016F07C42F7AC2B1
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ class SettingsFragment :
val message = getString(
R.string.settings_debug_log_summary,
fileNum.toString(),
ceil(fileSize / 1000 * 1000.0).toString(),
ceil(fileSize.toDouble() / 1000 / 1000).toString(),
ultrasonicDirectory
)
val keep = R.string.settings_debug_log_keep