Revert "Small improvement"

This reverts commit 9a5922746a.
This commit is contained in:
M66B 2020-03-14 14:06:17 +01:00
parent 7e669bcde5
commit ea109fbbe0
1 changed files with 4 additions and 2 deletions

View File

@ -882,8 +882,10 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
getSupportFragmentManager().popBackStack("unified", 0);
long folder = Long.parseLong(action.split(":", 2)[1]);
intent.putExtra("folder", folder);
onViewMessages(intent);
if (folder > 0) {
intent.putExtra("folder", folder);
onViewMessages(intent);
}
} else if ("why".equals(action)) {
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))