We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb61de commit 48e2e5dCopy full SHA for 48e2e5d
android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java
@@ -4,7 +4,6 @@
4
import android.net.Uri;
5
import android.os.Handler;
6
import android.os.Looper;
7
-import android.support.annotation.Nullable;
8
import android.util.Log;
9
10
import com.facebook.react.bridge.Arguments;
@@ -2158,7 +2157,7 @@ private Locale getLocaleByKey(String instabugLocale) {
2158
2157
2159
private void sendEvent(ReactApplicationContext reactContext,
2160
String eventName,
2161
- @Nullable WritableMap params) {
+ WritableMap params) {
2162
reactContext
2163
.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
2164
.emit(eventName, params);
0 commit comments