mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-07 15:28:49 +01:00
adding an extra space
This commit is contained in:
parent
1a1b1aa8c0
commit
7e3696e965
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user