mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Revert "Skip changelog on opening thread"
This reverts commit c486ae0d97
.
This commit is contained in:
parent
c486ae0d97
commit
1a6560739e
1 changed files with 0 additions and 7 deletions
|
@ -1207,13 +1207,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
if (first)
|
||||
new FragmentDialogFirst().show(getSupportFragmentManager(), "first");
|
||||
else if (show_changelog) {
|
||||
// checkFirst: onCreate
|
||||
// checkIntent: onResume
|
||||
Intent intent = getIntent();
|
||||
String action = (intent == null ? null : intent.getAction());
|
||||
if (action != null && action.startsWith("thread"))
|
||||
return;
|
||||
|
||||
String last = prefs.getString("changelog", null);
|
||||
if (!Objects.equals(version, last) || BuildConfig.DEBUG) {
|
||||
Bundle args = new Bundle();
|
||||
|
|
Loading…
Reference in a new issue