trying to sync in a tag list while offline pulls up the sync to astrid dialog

pull/14/head
Andrew Shaw 13 years ago
parent ab95b37e2c
commit 38d9b5c3c8

@ -468,8 +468,10 @@ 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