adding an extra space

This commit is contained in:
Tibor Kaputa 2021-09-09 23:30:08 +02:00 committed by GitHub
parent 1a1b1aa8c0
commit 7e3696e965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ fun Context.updateLastConversationMessage(threadId: Long) {
}
}
fun Context.getFileSizeFromUri(uri:Uri): Long {
fun Context.getFileSizeFromUri(uri: Uri): Long {
val assetFileDescriptor = try {
contentResolver.openAssetFileDescriptor(uri, "r")
} catch (e: FileNotFoundException) {