mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
fix packager compilation error
Differential Revision: D2604171 fb-gh-sync-id: 11decf6c8b689b903bd9c4fd9aca2ea626cc1d43
This commit is contained in:
committed by
facebook-github-bot-3
parent
6ab2719bff
commit
c4d780d904
@@ -72,7 +72,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
|
||||
super.onResume();
|
||||
|
||||
if (mReactInstanceManager != null) {
|
||||
mReactInstanceManager.onResume(this);
|
||||
mReactInstanceManager.onResume(this, this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user