mobileshell: Remove nonexistent function call

This commit is contained in:
Devin Lin 2023-03-05 22:08:14 -08:00
parent 348d7821cc
commit f7d51d851a

View file

@ -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();
}
}
}
}