Skip to content

Commit 0d9c7f1

Browse files
committed
fix(android): add property modifiers
1 parent 02c621c commit 0d9c7f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,8 @@ public void onSessionReplayLinkReady(@Nullable String link) {
115115

116116

117117
}
118-
119-
boolean shouldSync = false;
120-
CountDownLatch latch;
118+
private boolean shouldSync = false;
119+
private CountDownLatch latch;
121120
@ReactMethod
122121
public void setSyncCallback() {
123122
MainThreadHandler.runOnMainThread(new Runnable() {

0 commit comments

Comments
 (0)