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