Fix shortcut and notification jump (#1423)
This commit is contained in:
parent
3db1ef271f
commit
45899cdf3e
|
|
@ -68,10 +68,8 @@ public class MainActivity extends BaseActivity {
|
|||
binding = ActivityMainBinding.inflate(getLayoutInflater());
|
||||
setContentView(binding.getRoot());
|
||||
|
||||
if (savedInstanceState == null) {
|
||||
handleIntent(getIntent());
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onNewIntent(Intent intent) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue