mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2024-12-29 09:39:59 +01:00
removing a newline
This commit is contained in:
parent
cc06bfa7f3
commit
516131787c
@ -858,8 +858,7 @@ class ThreadActivity : SimpleActivity() {
|
||||
private fun pinConversation(pin: Boolean) {
|
||||
if (pin) {
|
||||
config.addPinnedConversationByThreadId(threadId)
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
config.removePinnedConversationByThreadId(threadId)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user