mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-24 06:48:10 -05:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user