Created
January 31, 2017 18:37
-
-
Save threeve/ea81605e39bba7b9487064febbe29890 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void SFFUserEventHandlerImpl::pageMoreComments(const feedsdk::FeedElementViewmodel &feedElementViewModel, | |
const std::shared_ptr<feedsdk::LayoutFactoryDelegate> &layoutDelegate) { | |
//_layoutDelegate = layoutDelegate; | |
// auto feedElementIdentifier = feedElementViewModel.identifier; | |
// auto dataManager = make_shared<FSFeedItemDetailDataManager>(_cacheService); | |
// auto commentPage = dataManager->getCommentPageForFeedElementWithId(feedElementIdentifier); | |
// auto commentAction = _feedAPI->create_comment_action(shared_from_this()); | |
// commentAction->getCommentNextPage(feedElementIdentifier, commentPage->next_page_url, dataManager); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment