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) if (n_items)
dial_queued (self); dial_queued (self);
notify_selected_index_cb (self);
} }