Skip to content

Commit

Permalink
android: Fix fragment resume crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
djkazic committed Jan 20, 2023
1 parent 2f51702 commit 6eb2978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class MainActivity extends ReactActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.onCreate(null);
started = true;
}
/**
Expand Down

1 comment on commit 6eb2978

@vercel
Copy link

@vercel vercel bot commented on 6eb2978 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-git-master-hsjoberg.vercel.app
blixt-wallet-hsjoberg.vercel.app

Please sign in to comment.