Skip to content

Commit b365a44

Browse files
chore(android): format code docs
1 parent 6305f7e commit b365a44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

android/src/main/java/com/instabug/reactlibrary/utils/RNTouchedViewExtractor.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ public class RNTouchedViewExtractor implements TouchedViewExtractor {
2727
* <br>
2828
* - If it returns {@code null}:
2929
* <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.
3232
* <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.
3535
* </p>
3636
*
3737
* @return {@code true} if the native Android SDK should depend on native extraction,
38-
* {@code false} otherwise.
38+
* {@code false} otherwise.
3939
*/
4040
@Override
4141
public boolean getShouldDependOnNative() {

0 commit comments

Comments
 (0)