mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix some nits/typos in MapBuffer
Summary: Was trying out some behaviour when using the MapBuffer experiment and fixed some small issues. Changelog: [Internal] Reviewed By: ShikaSD Differential Revision: D34108859 fbshipit-source-id: 550ca0847419006ec17472cc4b70d38fc8d05396
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9f6f97151c
commit
45af635b1e
@@ -46,7 +46,7 @@ public class StateWrapperImpl implements StateWrapper {
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public ReadableMapBuffer getStatDataMapBuffer() {
|
||||
public ReadableMapBuffer getStateDataMapBuffer() {
|
||||
if (mDestroyed) {
|
||||
FLog.e(TAG, "Race between StateWrapperImpl destruction and getState");
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user