Initialise intents in the beginning

This commit is contained in:
siddharth2010 2018-06-30 10:19:13 +05:30 committed by Isaac Hutt
parent 56080fb6da
commit 9d4d8cc648

View File

@ -79,6 +79,7 @@ public class SplashActivityTest {
@Test
public void testNormalRun() {
Intents.init();
SharedPreferences.Editor preferencesEditor = PreferenceManager.getDefaultSharedPreferences(context).edit();
preferencesEditor.putBoolean(PREF_SHOW_INTRO, false).apply();