mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Small improvement
This commit is contained in:
parent
e88452d32e
commit
9a5922746a
1 changed files with 2 additions and 4 deletions
|
@ -908,10 +908,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
getSupportFragmentManager().popBackStack("unified", 0);
|
||||
|
||||
long folder = Long.parseLong(action.split(":", 2)[1]);
|
||||
if (folder > 0) {
|
||||
intent.putExtra("folder", folder);
|
||||
onViewMessages(intent);
|
||||
}
|
||||
intent.putExtra("folder", folder);
|
||||
onViewMessages(intent);
|
||||
|
||||
} else if ("why".equals(action)) {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
|
|
Loading…
Reference in a new issue