shouldAddDateSeparator

abstract fun shouldAddDateSeparator(previousMessage: Message?, message: Message): Boolean

Determines whether we should add the date separator or not.

Return

Whether to add the date separator or not.

Parameters

previousMessage

The Message before the one we are currently evaluating.

message

The Message before which we want to add a date separator or not.