mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Simplification
This commit is contained in:
@@ -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>>() {
|
||||
|
||||
Reference in New Issue
Block a user