mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
parent
7e669bcde5
commit
ea109fbbe0
1 changed files with 4 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue