Simplification

This commit is contained in:
M66B
2019-03-08 06:48:02 +00:00
parent b754e8999f
commit 440ac177c8
2 changed files with 1 additions and 8 deletions

View File

@@ -39,11 +39,6 @@ public class ActivityMain extends AppCompatActivity implements FragmentManager.O
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
prefs.registerOnSharedPreferenceChangeListener(this);
if (!Helper.isPlayStoreInstall(this)) {
Log.i("Third party install");
prefs.edit().putBoolean("play_store", false).apply();
}
if (prefs.getBoolean("eula", false)) {
super.onCreate(savedInstanceState);
new SimpleTask<List<EntityAccount>>() {