Skip to content

Commit

Permalink
detekt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed May 10, 2024
1 parent 7c41caa commit 433e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/com/wire/android/util/DeviceUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object DeviceUtil {
private const val BYTES_IN_KILOBYTE = 1024
private const val BYTES_IN_MEGABYTE = BYTES_IN_KILOBYTE * 1024
private const val BYTES_IN_GIGABYTE = BYTES_IN_MEGABYTE * 1024
private const val DIGITS_GROUP_SIZE = 3 // Number of digits between commas in formatted size.
private const val DIGITS_GROUP_SIZE = 3 // Number of digits between commas in formatted size.

fun getAvailableInternalMemorySize(): String = try {
val path = Environment.getDataDirectory()
Expand Down

0 comments on commit 433e7c7

Please sign in to comment.