Remove container class for intro slides

Even with passing a bundle with the layout ID sometimes
some users will encounter a situation where the _layout
variable is null. To avoid further issues, creating a
class for each intro slide, so the layout is encoded
into the class itself.
This commit is contained in:
Branden Archer
2017-07-16 21:05:58 -04:00
parent ecd2ecd517
commit 0f2ee296b4
11 changed files with 140 additions and 55 deletions

View File

@@ -131,7 +131,7 @@ public class MainActivityTest
ComponentName componentName = next.getComponent();
String name = componentName.flattenToShortString();
assertEquals("protect.card_locker/.IntroActivity", name);
assertEquals("protect.card_locker/.intro.IntroActivity", name);
Bundle extras = next.getExtras();
assertNull(extras);