Commit 46c4274
ReactDelegate: make onBackPressed return correct status
Summary:
onBackPressed returns a boolean: whether the back press was handled.
When react is invalid, this method should return false. This diff accomplishes that.
Reviewed By: mdvacca
Differential Revision: D887871921 parent dd1f83e commit 46c4274
File tree
1 file changed
+3
-6
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react
1 file changed
+3
-6
lines changedLines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
182 | 184 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 185 | | |
189 | 186 | | |
190 | 187 | | |
| |||
0 commit comments