Skip to content

Commit

Permalink
chore: removed public loader
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Nov 28, 2024
1 parent 9847cbf commit ef98538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DotLottie/Public/DotLottieAnimation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public final class DotLottieAnimation: ObservableObject {
}

/// Passes the .lottie Data to the Core
public func loadDotLottie(data: Data) throws {
private func loadDotLottie(data: Data) throws {
do {
try player.loadDotlottieData(data: data)

Expand Down

0 comments on commit ef98538

Please sign in to comment.