mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
apply suggested fix for activity restore crash
This commit is contained in:
parent
7b689d0343
commit
016154bdf1
@ -16,6 +16,11 @@ public class MainActivity extends ReactActivity {
|
|||||||
return "Databag";
|
return "Databag";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
|
super.onCreate(null);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the instance of the {@link ReactActivityDelegate}. Here we use a util class {@link
|
* Returns the instance of the {@link ReactActivityDelegate}. Here we use a util class {@link
|
||||||
* DefaultReactActivityDelegate} which allows you to easily enable Fabric and Concurrent React
|
* DefaultReactActivityDelegate} which allows you to easily enable Fabric and Concurrent React
|
||||||
|
Loading…
Reference in New Issue
Block a user