mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
mobileshell: Remove nonexistent function call
This commit is contained in:
parent
348d7821cc
commit
f7d51d851a
1 changed files with 0 additions and 7 deletions
|
|
@ -278,12 +278,5 @@ Item {
|
||||||
id: startupFeedback
|
id: startupFeedback
|
||||||
z: 999999
|
z: 999999
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
// if the startup feedback closes, clear the shell's stored launching app
|
|
||||||
onVisibleChanged: {
|
|
||||||
if (!visible) {
|
|
||||||
MobileShell.ShellUtil.clearLaunchingApp();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue