fix issue

This commit is contained in:
2022-03-15 20:12:40 +08:00
parent 5b209cc19c
commit 8ba6f4bf85
8 changed files with 70 additions and 13 deletions

View File

@ -59,6 +59,12 @@ namespace Billing.Views
//Light.Instance.RefreshColor(Color.FromHex(color));
}
protected override async void OnRefresh()
{
var count = await StoreHelper.GetLogsCount();
SetValue(ManyRecordsProperty, string.Format(Resource.ManyRecords, count));
}
private async void OnShareCommand()
{
if (Tap.IsBusy)