Skip to content

Commit 07c6ae1

Browse files
gosha212d4vidi
andauthored
Update lib/android/app/src/main/java/com/reactnativenavigation/react/ReactView.java
Co-authored-by: d4vidi <amit.d4vidi@gmail.com>
1 parent bbfa701 commit 07c6ae1

File tree

1 file changed

+1
-1
lines changed
  • lib/android/app/src/main/java/com/reactnativenavigation/react

1 file changed

+1
-1
lines changed

lib/android/app/src/main/java/com/reactnativenavigation/react/ReactView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private ReactHost getReactHost() {
134134
return ((ReactApplication)getContext().getApplicationContext()).getReactHost();
135135
}
136136

137-
private ReactContext getReactContent() {
137+
private ReactContext getReactContext() {
138138
return getReactHost().getCurrentReactContext();
139139
}
140140
}

0 commit comments

Comments
 (0)