-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
In TodoAdapter
tvTodoTitle?.paintFlags = tvTodoTitle?.paintFlags?. or (STRIKE_THRU_TEXT_FLAG)!!
tvTodoTitle?.paintFlags = tvTodoTitle?.paintFlags?. and (STRIKE_THRU_TEXT_FLAG)?.inv()!!
My Android studio suggested me to write like this, but when I ran the code, the Title is not showing. How can I fix this .
Sorry, I am new to learn the andoid .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels