From cfc51e081485c5c583706366c0a9c80e6732f6dc Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 8 Apr 2018 02:36:05 +0200 Subject: [PATCH] SMS App: Don't allow sending sms when there's no device selected Fixes T8343 --- smsapp/qml/ConversationDisplay.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/smsapp/qml/ConversationDisplay.qml b/smsapp/qml/ConversationDisplay.qml index a91e1a80f..03e82cf10 100644 --- a/smsapp/qml/ConversationDisplay.qml +++ b/smsapp/qml/ConversationDisplay.qml @@ -50,6 +50,7 @@ Kirigami.ScrollablePage } } footer: RowLayout { + enabled: page.device TextField { id: message Layout.fillWidth: true