Skip to content

Commit

Permalink
Revert "VPN-6449 - fix missing disconnect screen"
Browse files Browse the repository at this point in the history
This reverts commit 6ec29ea.
  • Loading branch information
mcleinman committed Jun 28, 2024
1 parent 6ec29ea commit 146cd58
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/ui/screens/home/controller/ControllerView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,30 @@ 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 146cd58

Please sign in to comment.