Small improvement

This commit is contained in:
M66B 2020-03-13 17:38:53 +01:00
parent e88452d32e
commit 9a5922746a
1 changed files with 2 additions and 4 deletions

View File

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