Skip to content

Commit

Permalink
VPN-6449 - fix missing disconnect screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman committed Jun 28, 2024
1 parent 943bf76 commit 6ec29ea
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions src/ui/screens/home/controller/ControllerView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -363,30 +363,8 @@ Item {
property: "color"
duration: 200
}

},
Transition {
to: "stateDisconnecting"

ColorAnimation {
target: boxBackground
property: "color"
duration: 200
}

ColorAnimation {
target: logoTitle
property: "color"
duration: 200
}

ColorAnimation {
target: logoSubtitle
property: "color"
duration: 200
}

}
// There is no color transition when going to "disconnecting" to fix a bug. Disconnecting screen wasn't being shown: https://mozilla-hub.atlassian.net/browse/VPN-6449?focusedCommentId=903140
]

MZAnimatedRings {
Expand Down

0 comments on commit 6ec29ea

Please sign in to comment.