feat: add deep link supports #158
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:deep-link"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
resolves #31
lpa:
scheme supports 59e1b21603a94867bb1b
to6986ab5a1c
6986ab5a1c
toa9479d9106
0946b5ecaf
toc706b8ab36
7b5de0ee0f
tod490d6f239
d490d6f239
toc706b8ab36
@ -38,2 +38,2 @@
override fun createPrevFragment(): DownloadWizardActivity.DownloadWizardStepFragment =
DownloadWizardMethodSelectFragment()
override fun createPrevFragment(): DownloadWizardActivity.DownloadWizardStepFragment {
if (requireWizardActivity().getActivationCodeFromIntent() != null) {
This should be a boolean flag in the persisted state of download wizard.
Pull request closed