Add some new lines

This commit is contained in:
Naveen 2023-08-22 14:01:17 +05:30
parent 71e0c177e1
commit 8ebcaa3016
No known key found for this signature in database
GPG Key ID: 0E155DAD31671DA3
2 changed files with 2 additions and 0 deletions

View File

@ -713,6 +713,7 @@ class ThreadActivity : SimpleActivity() {
numbers.add(it.normalizedNumber)
}
}
val newThreadId = getThreadId(numbers)
if (threadId != newThreadId) {
hideKeyboard()

View File

@ -75,6 +75,7 @@ class VCardViewerAdapter(
} else {
null
}
val roundingRadius = resources.getDimensionPixelSize(R.dimen.big_margin)
val transformation = RoundedCorners(roundingRadius)
val options = RequestOptions()