Remove empty line

This commit is contained in:
Andrei Zavatski 2019-10-14 17:07:50 +03:00
parent a4ffd4798d
commit b53fb0d228
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ private void onSuccess(APICommentsController response, bool initial)
moreButton.IsLoading = false;
}
moreButton.FadeTo(response.HasMore ? 1 : 0);
}, loadCancellation.Token);
}