Fix shortcut and notification jump (#1423)

This commit is contained in:
LoveSy 2021-11-22 15:53:16 +08:00 committed by GitHub
parent 3db1ef271f
commit 45899cdf3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -68,9 +68,7 @@ public class MainActivity extends BaseActivity {
binding = ActivityMainBinding.inflate(getLayoutInflater());
setContentView(binding.getRoot());
if (savedInstanceState == null) {
handleIntent(getIntent());
}
handleIntent(getIntent());
}
@Override