Don't force switching to activity tab, since it goes there automatically. Also fixes coming back from ideas tab

pull/14/head
Tim Su 13 years ago
parent a7f59317f8
commit bc248a7e07

@ -440,9 +440,6 @@ ViewPager.OnPageChangeListener, EditNoteActivity.UpdatesChangedListener {
moreSection.setVisibility(View.GONE);
moreTab.setVisibility(View.VISIBLE);
if(editNotes != null && editNotes.numberOfComments() == 0)
setCurrentTab(TAB_VIEW_MORE);
} else {
moreSection.setVisibility(View.VISIBLE);
commentsBar.setVisibility(View.GONE);

Loading…
Cancel
Save