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 02c621c commit 0d9c7f1Copy full SHA for 0d9c7f1
android/src/main/java/com/instabug/reactlibrary/RNInstabugSessionReplayModule.java
@@ -115,9 +115,8 @@ public void onSessionReplayLinkReady(@Nullable String link) {
115
116
117
}
118
-
119
- boolean shouldSync = false;
120
- CountDownLatch latch;
+ private boolean shouldSync = false;
+ private CountDownLatch latch;
121
@ReactMethod
122
public void setSyncCallback() {
123
MainThreadHandler.runOnMainThread(new Runnable() {
0 commit comments