This commit fixes two issues found in #1838. Fixes #1924 1. Keeps calling the deprecated reactInstanceManager methods when host is cleared to not introduce undesired behavior when clearHostOnActivityDestroy return true. 2. call onHostDestroy and onHostPause only if react context exists or is being created.
|
|
||
64 |
|
64 |
|
65 |
|
65 |
|
66 |
|
66 |
|
67 |
|
|
|
|
67 |
|
|
|
68 |
|
|
|
69 |
|
|
|
70 |
|
|
|
71 |
|
|
68 |
|
72 |
|
69 |
|
73 |
|
70 |
|
74 |
|
71 |
|
75 |
|
72 |
|
76 |
|
73 |
|
77 |
|
74 |
|
|
|
|
78 |
|
|
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
75 |
|
83 |
|
76 |
|
84 |
|
77 |
|
85 |
|