Change MENU_REFRESH_ID to be different than MENU_SYNC_ID for the code to run through different paths

pull/14/head
Tim Su 13 years ago
parent b1ca277692
commit 6877bbd9e0

@ -66,7 +66,7 @@ public class TagViewFragment extends TaskListFragment {
public static final String EXTRA_TAG_DATA = "tagData"; //$NON-NLS-1$ public static final String EXTRA_TAG_DATA = "tagData"; //$NON-NLS-1$
protected static final int MENU_REFRESH_ID = MENU_SYNC_ID; protected static final int MENU_REFRESH_ID = MENU_SUPPORT_ID + 1;
private static final int REQUEST_CODE_SETTINGS = 0; private static final int REQUEST_CODE_SETTINGS = 0;

@ -32,7 +32,7 @@ public class GtasksListFragment extends DraggableTaskListFragment {
public static final String TOKEN_STORE_ID = "storeId"; public static final String TOKEN_STORE_ID = "storeId";
protected static final int MENU_REFRESH_ID = MENU_SYNC_ID; protected static final int MENU_REFRESH_ID = MENU_SUPPORT_ID + 1;
private static final String LAST_FETCH_KEY_GTASKS = "gtasksLastFetch"; private static final String LAST_FETCH_KEY_GTASKS = "gtasksLastFetch";

Loading…
Cancel
Save