Skip to content

Commit

Permalink
fix(android): support host override notifyInitialListReady
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 authored and siguangli committed Nov 6, 2023
1 parent 46b4e77 commit b6b22bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public boolean onPreDraw() {
};
}

void notifyInitialListReady() {
protected void notifyInitialListReady() {
if (canNotifyInit()) {
isInitialListReadyNotified = true;
viewTreeObserver.removeOnPreDrawListener(preDrawListener);
Expand Down

0 comments on commit b6b22bb

Please sign in to comment.