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