Removed conditions since we fixed this an alternate path

pull/14/head
Tim Su 13 years ago
parent 1c6c8c0156
commit 251913aa8f

@ -467,11 +467,9 @@ public class TagViewFragment extends TaskListFragment {
// handle my own menus
switch (item.getItemId()) {
case MENU_REFRESH_ID:
if (actFmPreferenceService.isLoggedIn()) {
refreshData(true);
return true;
}
}
return super.onOptionsItemSelected(item);
}

Loading…
Cancel
Save