1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 05:09:30 +00:00

call-window: Don't update visibility unnecessarily

We only need to update visibility when the number of calls changes.
This commit is contained in:
Bob Ham 2018-10-09 13:30:59 +00:00
parent a1cef13a26
commit 8d3ec069eb

View file

@ -228,7 +228,6 @@ call_selector_child_activated_cb (GtkFlowBox *box,
CallsCallSelectorItem *item = CALLS_CALL_SELECTOR_ITEM (widget);
CallsCallHolder *holder = calls_call_selector_item_get_holder (item);
update_visibility (self);
set_focus (self, holder);
}