minor fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user