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 27c46cc commit fed6c49Copy full SHA for fed6c49
android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java
@@ -989,7 +989,9 @@ public void run() {
989
try {
990
final View view = resolveReactView(reactTag);
991
992
+ if(view !=null){
993
Instabug.addPrivateViews(view);
994
+ }
995
} catch (Exception e) {
996
e.printStackTrace();
997
}
@@ -1004,8 +1006,10 @@ public void removePrivateView(final int reactTag) {
1004
1006
public void run() {
1005
1007
1008
1009
1010
1011
Instabug.removePrivateViews(view);
1012
1013
1014
1015
0 commit comments