Skip to content

Commit

Permalink
Merge branch 'main' into fix/darkStatusBarText
Browse files Browse the repository at this point in the history
  • Loading branch information
open-hippy authored Nov 6, 2023
2 parents 77d5852 + b6b22bb commit 1071108
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 1071108

Please sign in to comment.