mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Small improvement
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user