mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Enabled changelog for Play store
This commit is contained in:
parent
5bfda689d9
commit
ec6ef48801
1 changed files with 1 additions and 1 deletions
|
@ -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 if (!BuildConfig.PLAY_STORE_RELEASE) {
|
||||
else {
|
||||
String last = prefs.getString("changelog", null);
|
||||
if (!Objects.equals(version, last)) {
|
||||
Bundle args = new Bundle();
|
||||
|
|
Loading…
Reference in a new issue