mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-12 09:40:37 +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 {
|
val assetFileDescriptor = try {
|
||||||
contentResolver.openAssetFileDescriptor(uri, "r")
|
contentResolver.openAssetFileDescriptor(uri, "r")
|
||||||
} catch (e: FileNotFoundException) {
|
} catch (e: FileNotFoundException) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user