You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
In TodoAdapter
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 .
The text was updated successfully, but these errors were encountered: