Results 6 issues of TT2

By using a custom view holder for a message, I'm sending a payload that is a callback. And I'm getting this exception: ```E/AndroidRuntime: FATAL EXCEPTION: main Process: de.netalic.peacock, PID: 17578...

The adapter in the message list doesn't work properly. By deleting or updating an item, the adapter will jump up suddenly. Can you give me a hint, please? ![20191217_105642](https://user-images.githubusercontent.com/22557326/70975033-5fb82480-20be-11ea-8939-5d8c8baf9932.gif)

Hi, My app crashes on this part of the code: ``` fun textWithMarkdown(text:String): Spanned { val options = MutableDataSet() //This is the line which crashes: val parser: Parser = Parser.builder(options).build()...

Build vaiant:release , error message after try to run the app: ``` ``` Library version: 0.62.2 I've solved it temporarily with ``` implementation ('com.vladsch.flexmark:flexmark-all:0.62.2' ){ exclude group: 'commons-logging', module: 'commons-logging'...

MarkdownText does have `onTextLayout: ((kotlin.Int) -> kotlin.Unit)? = COMPILED_CODE)` But on `Text` compose, we have `onTextLayout: (TextLayoutResult) -> Unit = {}` which gives us some options like `textLayoutResult.lineCount`, ` textLayoutResult.getLineRight(chatRowData.lineCount...

The lint says It needs `@SuppressLint("QueryPermissionsNeeded")`. Also, it doesn't open the activity. Code lab page number: https://developer.android.com/codelabs/android-workmanager#8 ``` override fun onCreate(savedInstanceState: Bundle?) { // Setup view output image file button...