InlineThreadView contents = anchor.getThread();
return contents != null ? getNextPre(anchor, contents) : getNextPost(parent, anchor);
}
private BlipView getNextPre(BlipView parent, InlineConversationView conversation) {
RootThreadView root = skip(conversation) ? null : conversation.getRootThread();
return root != null ? getNextPre(conversation, root) : getNextPost(parent, conversation);
}