1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-16 00:39:32 +00:00

new-call-box: Always update the UI when the list of origins changes

Otherwise this can lead to being stuck in numeric/non-numeric input mode.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-08-25 21:04:09 +02:00
parent c9dd476fa8
commit 876ffb1e8c

View file

@ -288,6 +288,8 @@ origin_count_changed_cb (CallsNewCallBox *self)
if (n_items)
dial_queued (self);
notify_selected_index_cb (self);
}