/** * Implementation of initiation automatic sync. Subclasses should override this method; the above * method takes care of calling it in the correct way */ protected void initiateAutomaticSyncImpl() { if (isCurrentTaskListFragment()) syncActionHelper.initiateAutomaticSync(filter); }
/** * Implementation of initiation automatic sync. Subclasses should override this method; the above * method takes care of calling it in the correct way */ protected void initiateAutomaticSyncImpl() { if (isCurrentTaskListFragment() && isInbox) { syncActionHelper.initiateAutomaticSync(); } }