mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Refactoring
This commit is contained in:
@@ -23,7 +23,6 @@ import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.os.Bundle;
|
||||
import android.preference.PreferenceManager;
|
||||
import android.util.Log;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -42,7 +41,7 @@ public class ActivityMain extends AppCompatActivity implements FragmentManager.O
|
||||
prefs.registerOnSharedPreferenceChangeListener(this);
|
||||
|
||||
if (!Helper.isPlayStoreInstall(this)) {
|
||||
Log.i(Helper.TAG, "Third party install");
|
||||
Log.i("Third party install");
|
||||
prefs.edit().putBoolean("play_store", false).apply();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user