aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-17 13:04:36 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-19 12:42:47 -0800
commitbd951a51cc99fa2243c63ba9c27260c01d9a3877 (patch)
tree50a5e8a0aec4ea40590ac71e5d8d607e0f6dae1d /mobile-widgets
parent274b3c786bb0bf9b2f46b17112809838d8127c76 (diff)
downloadsubsurface-bd951a51cc99fa2243c63ba9c27260c01d9a3877.tar.gz
mobile/cleanup: remove outdated comment
In commit 24eac8df87 ("mobile: remove overwriting of line special case in ui-notification") the code doing the line replacement was removed, but the comment above that code wasn't updated. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 4e769e9be..931279b41 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -53,9 +53,7 @@ Kirigami.ApplicationWindow {
onNotificationTextChanged: {
// once the app is fully initialized and the UI is running, we use passive
// notifications to show the notification text, but during initialization
- // we instead dump the information into the textBlock below - and to make
- // this visually more useful we interpret a "\r" at the beginning of a notification
- // to mean that we want to simply over-write the last line, not create a new one
+ // we instead dump the information into the textBlock below
if (initialized) {
// make sure any old notification is hidden
// hiding notifications is no longer supported????