mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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
|
||||
z: 999999
|
||||
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