mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
adding an extra space
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user