Skip to content

Commit 5c21119

Browse files
committed
enable html
1 parent a5b60e8 commit 5c21119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/it/sephiroth/android/library/tooltip_demo/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MainActivity : AppCompatActivity() {
3131
val overlay = checkbox_overlay.isChecked
3232
val style = if (checkbox_style.isChecked) R.style.ToolTipAltStyle else null
3333
val text =
34-
if (text_tooltip.text.isNullOrEmpty()) text_tooltip.hint else text_tooltip.text!!.toSpannable()
34+
if (text_tooltip.text.isNullOrEmpty()) text_tooltip.hint else text_tooltip.text!!.toString()
3535

3636
Timber.v("gravity: $gravity")
3737
Timber.v("closePolicy: $closePolicy")

0 commit comments

Comments
 (0)