mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(App): little fixes
This commit is contained in:
parent
da0b235d03
commit
102c8861b7
2 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,6 @@
|
|||
#include <QFileDialog>
|
||||
#include <QFileInfo>
|
||||
#include <QImage>
|
||||
#include <QtDebug>
|
||||
#include <QTimer>
|
||||
#include <QUuid>
|
||||
|
||||
|
|
@ -273,6 +272,8 @@ void ChatModel::setSipAddress (const QString &sipAddress) {
|
|||
mChatRoom = core->getChatRoomFromUri(::Utils::appStringToCoreString(sipAddress));
|
||||
Q_CHECK_PTR(mChatRoom.get());
|
||||
|
||||
handleIsComposingChanged(mChatRoom);
|
||||
|
||||
if (mChatRoom->getUnreadMessagesCount() > 0)
|
||||
resetMessagesCount();
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ QtObject {
|
|||
property QtObject composingText: QtObject {
|
||||
property color color: Colors.b
|
||||
property int height: 25
|
||||
property int leftPadding: 6
|
||||
property int leftPadding: 20
|
||||
property int pointSize: Units.dp * 9
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue