minor fix
This commit is contained in:
parent
6827f31aa1
commit
b0cffea4a1
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,7 @@ Kirigami.ScrollablePage
|
|||
|
||||
ColumnLayout {
|
||||
id: loadingMessage
|
||||
visible: deviceConnected && view.count == 0
|
||||
visible: deviceConnected && view.count == 0 && view.headerItem.filter.text.length == 0
|
||||
anchors.centerIn: parent
|
||||
|
||||
BusyIndicator {
|
||||
|
@ -158,6 +158,7 @@ Kirigami.ScrollablePage
|
|||
id: filter
|
||||
placeholderText: i18nd("kdeconnect-sms", "Filter...")
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
onTextChanged: {
|
||||
if (filter.text != "") {
|
||||
if (conversationListModel.isPhoneNumberValid(filter.text)) {
|
||||
|
|
Loading…
Reference in a new issue