Skip to content

Commit

Permalink
android: Workaround for github.com/software-mansion/react-native-scre…
Browse files Browse the repository at this point in the history
  • Loading branch information
jzila committed Apr 19, 2019
1 parent be0ce71 commit b1c0053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected void onCreate(Bundle savedInstanceState) {
initOnce(this.getFilesDir().getPath(), "", this.getFileStreamPath("service.log").getAbsolutePath(), "prod", false,
new DNSNSFetcher(), new VideoHelper());

super.onCreate(savedInstanceState);
super.onCreate(null);


// Hide splash screen background after 300ms.
Expand Down

0 comments on commit b1c0053

Please sign in to comment.