mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 13:56:25 +00:00
fix(ui/views/App/SplashScreen/SplashScreen): avoid a crash on mac, stop animation before the window destruction
This commit is contained in:
parent
65bfcb984b
commit
c27a8b7ac8
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ Window {
|
|||
height: image.paintedHeight
|
||||
width: image.paintedWidth
|
||||
|
||||
onClosing: indicator.running = false
|
||||
|
||||
Image {
|
||||
id: image
|
||||
|
||||
|
|
@ -33,6 +35,8 @@ Window {
|
|||
source: Constants.imagesPath + 'splash_screen' + Constants.imagesFormat
|
||||
|
||||
BusyIndicator {
|
||||
id: indicator
|
||||
|
||||
height: SplashScreenStyle.busyIndicator.height
|
||||
width: SplashScreenStyle.busyIndicator.width
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue