mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 19:29:27 +00:00
[chat] fix scroll to last unread
This commit is contained in:
parent
d484c01845
commit
894725c59b
2 changed files with 2 additions and 1 deletions
|
|
@ -364,6 +364,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
[NSNotificationCenter.defaultCenter postNotificationName:kLinphoneMessageReceived object:self];
|
||||
[_tableController addChatEntry:chat];
|
||||
[self setComposingVisible:FALSE withDelay:0];
|
||||
[_tableController scrollToLastUnread:TRUE];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>3</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue