Adjust conditional

This commit is contained in:
smoogipoo 2020-02-21 19:50:16 +09:00
parent 4c083e0e7e
commit 7fd71d9b6c
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ private void refetchComments()
private void getComments()
{
if (id.Value == 0)
if (id.Value <= 0)
return;
request?.Cancel();