}
}
@Override
public void onBlipAdded(ObservableConversationBlip blip) {
ConversationThread parentThread = blip.getThread();
ThreadView threadView = viewOf(parentThread);
if (threadView != null) {
ConversationBlip ref = findBefore(blip, parentThread.getBlips());
BlipView refView = viewOf(ref);
// Render the new blip.
threadView.insertBlipAfter(refView, blip);
bubbleBlipCountUpdate(blip);