Skip to content

Commit

Permalink
Update lottie/src/main/java/com/airbnb/lottie/LottieDrawable.java
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Peal <[email protected]>
  • Loading branch information
bassettsj and gpeal authored Jan 23, 2024
1 parent 54245d6 commit d15fed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie/src/main/java/com/airbnb/lottie/LottieDrawable.java
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ public void playAnimation() {
*
* @return The first non-null marker from the list of allowed reduced motion markers, or null if no such marker is found.
*/
public Marker getMarkerForAnimationsDisabled() {
private Marker getMarkerForAnimationsDisabled() {
Marker marker = null;
for (String markerName : ALLOWED_REDUCED_MOTION_MARKERS) {
marker = composition.getMarker(markerName);
Expand Down

0 comments on commit d15fed3

Please sign in to comment.