fixed output of debug file size (in MB)

This commit is contained in:
Holger Müller 2022-03-12 10:58:55 +01:00
parent 4fbedc3d2b
commit f0fde9d666
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