always start with the activity tab in c2dm

pull/14/head
Tim Su 14 years ago
parent 71cc4ef8e3
commit 95b39ac040

@ -157,9 +157,8 @@ public class C2DMReceiver extends BroadcastReceiver {
}
FilterWithCustomIntent filter = (FilterWithCustomIntent)TagFilterExposer.filterFromTagData(context, tagData);
filter.customExtras.putInt(TagViewActivity.EXTRA_START_TAB, 1);
if(intent.hasExtra("activity_id")) {
filter.customExtras.putInt(TagViewActivity.EXTRA_START_TAB, 1);
try {
Update update = new Update();
update.setValue(Update.REMOTE_ID, Long.parseLong(intent.getStringExtra("activity_id")));

Loading…
Cancel
Save