Skip to content

Commit 48e2e5d

Browse files
committed
🐛 remove annotation that conflicts with androidX
1 parent 2fb61de commit 48e2e5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import android.net.Uri;
55
import android.os.Handler;
66
import android.os.Looper;
7-
import android.support.annotation.Nullable;
87
import android.util.Log;
98

109
import com.facebook.react.bridge.Arguments;
@@ -2158,7 +2157,7 @@ private Locale getLocaleByKey(String instabugLocale) {
21582157

21592158
private void sendEvent(ReactApplicationContext reactContext,
21602159
String eventName,
2161-
@Nullable WritableMap params) {
2160+
WritableMap params) {
21622161
reactContext
21632162
.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
21642163
.emit(eventName, params);

0 commit comments

Comments
 (0)