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 committed 2017-07-16 21:26:40 -04:00
1 parent ecd2ecd517
commit 0f2ee296b4
11 files changed
+140 -55

No files matched your search

@@ -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);