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 62ec3f1 commit 15bca21Copy full SHA for 15bca21
android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java
@@ -1067,7 +1067,7 @@ public void clearFileAttachment() {
1067
* @param {number} androidThreshold Threshold for android devices.
1068
*/
1069
@ReactMethod
1070
- public void setShakingThresholdForAndroid(androidThreshold) {
+ public void setShakingThresholdForAndroid(int androidThreshold) {
1071
try {
1072
mInstabug.setShakingThreshold(androidThreshold);
1073
} catch (Exception e) {
0 commit comments