mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
Add some new lines
This commit is contained in:
@@ -713,6 +713,7 @@ class ThreadActivity : SimpleActivity() {
|
||||
numbers.add(it.normalizedNumber)
|
||||
}
|
||||
}
|
||||
|
||||
val newThreadId = getThreadId(numbers)
|
||||
if (threadId != newThreadId) {
|
||||
hideKeyboard()
|
||||
|
@@ -75,6 +75,7 @@ class VCardViewerAdapter(
|
||||
} else {
|
||||
null
|
||||
}
|
||||
|
||||
val roundingRadius = resources.getDimensionPixelSize(R.dimen.big_margin)
|
||||
val transformation = RoundedCorners(roundingRadius)
|
||||
val options = RequestOptions()
|
||||
|
Reference in New Issue
Block a user