mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Initialise intents in the beginning
This commit is contained in:
parent
56080fb6da
commit
9d4d8cc648
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user