mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-11 08:27:50 -04:00
Initialise intents in the beginning
This commit is contained in:
parent
56080fb6da
commit
9d4d8cc648
@ -79,6 +79,7 @@ public class SplashActivityTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testNormalRun() {
|
public void testNormalRun() {
|
||||||
|
Intents.init();
|
||||||
SharedPreferences.Editor preferencesEditor = PreferenceManager.getDefaultSharedPreferences(context).edit();
|
SharedPreferences.Editor preferencesEditor = PreferenceManager.getDefaultSharedPreferences(context).edit();
|
||||||
preferencesEditor.putBoolean(PREF_SHOW_INTRO, false).apply();
|
preferencesEditor.putBoolean(PREF_SHOW_INTRO, false).apply();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user