1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 14:25:38 +02:00

misc: fix focus on messagebar

remove undefined values causing the focus on the messagebar to be
broken

Change-Id: I85170ee87d254e0b2764a67b3a0a17fdee535234
This commit is contained in:
Sébastien Blin 2023-05-12 10:56:46 -04:00
parent 53374b7ded
commit b6ef1d90e5
2 changed files with 0 additions and 6 deletions

View file

@ -78,7 +78,6 @@ ListSelectionView {
property string currentConvId: CurrentConversation.id
onCurrentConvIdChanged: {
if (!CurrentConversation.hasCall) {
resetPanels();
Qt.callLater(focusChatView);
} else {
dismiss();

View file

@ -47,10 +47,6 @@ Rectangle {
chatViewFooter.textInput.forceActiveFocus();
}
function resetPanels() {
chatViewHeader.showSearch = true;
}
function instanceMapObject() {
if (WITH_WEBENGINE) {
var component = Qt.createComponent("qrc:/webengine/map/MapPosition.qml");
@ -86,7 +82,6 @@ Rectangle {
if (visible) {
chatViewSplitView.resolvePanes(true);
if (root.parent.objectName === "CallViewChatViewContainer") {
chatViewHeader.showSearch = !root.parent.showDetails;
if (root.parent.showDetails) {
extrasPanel.switchToPanel(ChatView.SwarmDetailsPanel);
} else {