mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +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:
parent
a1cef13a26
commit
8d3ec069eb
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue