minor fix

This commit is contained in:
zaccaria.majid
2022-09-30 12:57:50 +02:00
parent d5c49c48b1
commit 944cdde2b1
+1 -6
View File
@@ -256,12 +256,7 @@ namespace MP.MONO.UI.Pages
protected async Task toggleUpdate()
{
liveUpdate = !liveUpdate;
if (liveUpdate)
{
}
else
{
}
currPage = 1;
await Task.Delay(1);
if (!liveUpdate)
{