mobile/UI: stop using removed Kirigami interface

hidePassiveNotification() is no longer supported.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-21 13:44:53 -08:00
parent bed11f79a1
commit 40a0916de8

View file

@ -44,7 +44,8 @@ Kirigami.ApplicationWindow {
// to mean that we want to simply over-write the last line, not create a new one
if (initialized) {
// make sure any old notification is hidden
hidePassiveNotification()
// hiding notifications is no longer supported????
// hidePassiveNotification()
if (notificationText !== "") {
// there's a risk that we have a >5 second gap in update events;
// still, keep the timeout at 5s to avoid odd unchanging notifications
@ -72,7 +73,8 @@ Kirigami.ApplicationWindow {
function hideBusy() {
busy.running = false
hidePassiveNotification()
// hiding notifications is no longer supported???
// hidePassiveNotification()
}
function returnTopPage() {