|
|
@ -882,8 +882,10 @@ 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]);
|
|
|
|
intent.putExtra("folder", folder);
|
|
|
|
if (folder > 0) {
|
|
|
|
onViewMessages(intent);
|
|
|
|
intent.putExtra("folder", folder);
|
|
|
|
|
|
|
|
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))
|
|
|
|