Skip to content

Commit

Permalink
fix: Fix SharedArray name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Jan 12, 2024
1 parent fe614a4 commit d747933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class JSharedArray : public jni::HybridClass<JSharedArray> {
jni::global_ref<jni::JByteBuffer> wrapInByteBuffer(jsi::Runtime& runtime, std::shared_ptr<TypedArrayBase> typedArray);

private:
static auto constexpr TAG = "TypedArray";
static auto constexpr TAG = "SharedArray";
friend HybridBase;
jni::global_ref<javaobject> _javaPart;
jni::global_ref<jni::JByteBuffer> _byteBuffer;
Expand Down

1 comment on commit d747933

@vercel
Copy link

@vercel vercel bot commented on d747933 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.