TT2
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? 
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...
These are 2 errors that I've faced on [Working with Proto DataStore](https://developer.android.com/codelabs/android-proto-datastore#4): `Could not get unknown property 'source' for generate-proto-generateDebugProto of type` and `error: Unresolved reference: protoc` On gradle-8.11.1 and...