mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Revert "Enabled changelog for Play store"
This reverts commit ec6ef48801.
This commit is contained in:
@@ -1108,7 +1108,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
if (prefs.getBoolean("first", true))
|
||||
new FragmentDialogFirst().show(getSupportFragmentManager(), "first");
|
||||
else {
|
||||
else if (!BuildConfig.PLAY_STORE_RELEASE) {
|
||||
String last = prefs.getString("changelog", null);
|
||||
if (!Objects.equals(version, last)) {
|
||||
Bundle args = new Bundle();
|
||||
|
||||
Reference in New Issue
Block a user