ContextWindow: Use EnsureContextRenewed() correctly

This commit is contained in:
2026-03-16 22:58:04 +01:00
parent 0aefab5d63
commit cc018ded10
6 changed files with 12 additions and 22 deletions

View File

@@ -225,8 +225,7 @@ namespace Elwig.Windows {
LockInputs();
ViewModel.EnableSearchInputs = true;
FinishInputFilling();
await RefreshList();
RefreshInputs();
await EnsureContextRenewed();
ViewModel.SearchQuery = "";
}