|
|
|
@ -463,6 +463,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|
|
|
if (action != null && action.startsWith("thread")) {
|
|
|
|
if (action != null && action.startsWith("thread")) {
|
|
|
|
intent.setAction(null);
|
|
|
|
intent.setAction(null);
|
|
|
|
setIntent(intent);
|
|
|
|
setIntent(intent);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getSupportFragmentManager().popBackStack("unified", 0);
|
|
|
|
intent.putExtra("id", Long.parseLong(action.split(":")[1]));
|
|
|
|
intent.putExtra("id", Long.parseLong(action.split(":")[1]));
|
|
|
|
onViewThread(intent);
|
|
|
|
onViewThread(intent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|