Skip to content

Commit

Permalink
fix: Fix java.lang.NoSuchMethodError in FrameProcessor initializer (
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Feb 13, 2024
1 parent 24f43ef commit 1011c3f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public final class FrameProcessor {
@Keep
private final HybridData mHybridData;

@DoNotStrip
@Keep
public FrameProcessor(HybridData hybridData) {
mHybridData = hybridData;
}
Expand Down

0 comments on commit 1011c3f

Please sign in to comment.