ContextWindow: Use EnsureContextRenewed() correctly
This commit is contained in:
@@ -374,8 +374,7 @@ namespace Elwig.Windows {
|
||||
LockInputs();
|
||||
ViewModel.EnableSearchInputs = true;
|
||||
FinishInputFilling();
|
||||
await RefreshList();
|
||||
RefreshInputs();
|
||||
await EnsureContextRenewed();
|
||||
ViewModel.SearchQuery = "";
|
||||
ControlUtils.SelectItemWithPk(DeliveryScheduleList, year, dsnr);
|
||||
if (sortid != null)
|
||||
|
||||
Reference in New Issue
Block a user