update onResume arguments

This commit is contained in:
sunnylqm 2016-01-14 20:01:40 +08:00
parent f903625df1
commit 5835d26a75
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ protected void onResume() {
super.onResume(); super.onResume();
if (mReactInstanceManager != null) { if (mReactInstanceManager != null) {
mReactInstanceManager.onResume(this); mReactInstanceManager.onResume(this, this);
} }
} }
``` ```