File tree 2 files changed +0
-6
lines changed
packages/react-native/ReactAndroid/src/main
java/com/facebook/react/views/text
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ public float getEffectiveMaxFontSizeMultiplier() {
177
177
: DEFAULT_MAX_FONT_SIZE_MULTIPLIER ;
178
178
}
179
179
180
- @ Override
181
180
public String toString () {
182
181
return ("TextAttributes {"
183
182
+ "\n getAllowFontScaling(): "
Original file line number Diff line number Diff line change @@ -810,11 +810,6 @@ void FabricMountingManager::preallocateShadowView(
810
810
811
811
// Do not hold a reference to javaEventEmitter from the C++ side.
812
812
jni::local_ref<EventEmitterWrapper::JavaPart> javaEventEmitter = nullptr ;
813
- SharedEventEmitter eventEmitter = shadowView.eventEmitter ;
814
- if (eventEmitter != nullptr ) {
815
- javaEventEmitter =
816
- EventEmitterWrapper::newObjectCxxArgs (shadowView.eventEmitter );
817
- }
818
813
819
814
jni::local_ref<jobject> props = getProps ({}, shadowView);
820
815
You can’t perform that action at this time.
0 commit comments