mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Merge pull request #460 from alexbakker/fix-intro-back
Disable wizard mode when the done slide of the intro is reached
This commit is contained in:
commit
821d0b5147
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ public class IntroActivity extends AppIntro2 {
|
|||
}
|
||||
}
|
||||
|
||||
if (newFragment == _endSlide) {
|
||||
setWizardMode(false);
|
||||
}
|
||||
|
||||
setSwipeLock(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue