Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
modified comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michael811125 committed Nov 3, 2023
1 parent 432e97f commit 0fb50c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void RefreshCellVisibilityWithCheck()
protected abstract void RefreshCellVisibility();

/// <summary>
/// Refresh scrollView (doesn't need to await, if scrollView already initialized)
/// Refresh scrollView
/// </summary>
/// <param name="disabledRefreshCells">Disable refresh cells, when disabled will mark flag to refresh all at next scrolling.</param>
/// <returns></returns>
Expand Down Expand Up @@ -449,7 +449,7 @@ private void OnCellSelected(InfiniteCell selectedCell)
}

/// <summary>
/// Clear cell data (doesn't need to await, if scrollView already initialized)
/// Clear cell data
/// </summary>
/// <returns></returns>
public virtual void Clear()
Expand Down

0 comments on commit 0fb50c1

Please sign in to comment.