Add some new lines
This commit is contained in:
parent
71e0c177e1
commit
8ebcaa3016
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue