|
|
@ -54,7 +54,15 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
|
|
|
|
prefs.registerOnSharedPreferenceChangeListener(this);
|
|
|
|
prefs.registerOnSharedPreferenceChangeListener(this);
|
|
|
|
|
|
|
|
|
|
|
|
if (eula) {
|
|
|
|
if (eula) {
|
|
|
|
|
|
|
|
try {
|
|
|
|
super.onCreate(savedInstanceState);
|
|
|
|
super.onCreate(savedInstanceState);
|
|
|
|
|
|
|
|
} catch (RuntimeException ex) {
|
|
|
|
|
|
|
|
Log.e(ex);
|
|
|
|
|
|
|
|
// https://issuetracker.google.com/issues/181805603
|
|
|
|
|
|
|
|
finish();
|
|
|
|
|
|
|
|
startActivity(getIntent());
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
long start = new Date().getTime();
|
|
|
|
long start = new Date().getTime();
|
|
|
|
Log.i("Main boot");
|
|
|
|
Log.i("Main boot");
|
|
|
|