fix issue
This commit is contained in:
@ -50,6 +50,17 @@ namespace Billing.Views
|
||||
groupLayout.Refresh(accounts);
|
||||
}
|
||||
|
||||
protected override void OnRefresh()
|
||||
{
|
||||
accounts.Clear();
|
||||
foreach (var account in App.Accounts)
|
||||
{
|
||||
AddToAccountGroup(account);
|
||||
}
|
||||
RefreshBalance(true);
|
||||
groupLayout.Refresh(accounts);
|
||||
}
|
||||
|
||||
private void RefreshBalance(bool calc = false)
|
||||
{
|
||||
if (calc)
|
||||
|
Reference in New Issue
Block a user