File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
android/src/main/java/com/instabug/reactlibrary/utils Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ public class RNTouchedViewExtractor implements TouchedViewExtractor {
27
27
* <br>
28
28
* - If it returns {@code null}:
29
29
* <br>
30
- * - If {@code shouldDependOnNative} is {@code true}, the native Android SDK
31
- * will try to extract the label from the view.
30
+ * - If {@code shouldDependOnNative} is {@code true}, the native Android SDK
31
+ * will try to extract the label from the view.
32
32
* <br>
33
- * - If it's {@code false}, the Android SDK will label it {@code null} as returned
34
- * from {@code RNTouchedViewExtractor} without trying to label it.
33
+ * - If it's {@code false}, the Android SDK will label it {@code null} as returned
34
+ * from {@code RNTouchedViewExtractor} without trying to label it.
35
35
* </p>
36
36
*
37
37
* @return {@code true} if the native Android SDK should depend on native extraction,
38
- * {@code false} otherwise.
38
+ * {@code false} otherwise.
39
39
*/
40
40
@ Override
41
41
public boolean getShouldDependOnNative () {
You can’t perform that action at this time.
0 commit comments