summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2022-08-12 17:22:32 +0400
committerNiels De Graef <nielsdegraef@gmail.com>2022-08-12 16:32:24 +0000
commita65f1a87b6fd43986e3f76db6982dd7fdf91d3a6 (patch)
treed97a7c85d920771d34ca18eb828bf4497ff44196 /data
parent9094c98fc3f85da0ad03aeec52f511c584ca2401 (diff)
downloadgnome-contacts-a65f1a87b6fd43986e3f76db6982dd7fdf91d3a6.tar.gz
main-window: Unselect sidebar item in a less janky way
Don't wait for the animation to end, just do it on visible-child changes instead. Do it when folding while on the contact list pane as well.
Diffstat (limited to 'data')
-rw-r--r--data/ui/contacts-main-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/contacts-main-window.ui b/data/ui/contacts-main-window.ui
index aa75626..482c7ac 100644
--- a/data/ui/contacts-main-window.ui
+++ b/data/ui/contacts-main-window.ui
@@ -63,7 +63,7 @@
<object class="AdwLeaflet" id="content_box">
<property name="can-navigate-back">True</property>
<signal name="notify::folded" handler="on_folded"/>
- <signal name="notify::child-transition-running" handler="on_child_transition_running"/>
+ <signal name="notify::visible-child" handler="on_visible_child"/>
<child>
<object class="AdwLeafletPage">