Skip to content

Commit

Permalink
Merge pull request #4255 from openmsupply/#4164-rn-cant-reload-old-state
Browse files Browse the repository at this point in the history
#4164 RN cant reload old state
  • Loading branch information
josh-griffin authored Jul 19, 2021
2 parents 5509047 + baaa16b commit 04babff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class MainActivity extends ReactActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.onCreate(null);
}

/**
Expand Down

0 comments on commit 04babff

Please sign in to comment.