Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HXavier21 authored Jul 12, 2024
1 parent 14ca015 commit b5ac8d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MainActivity : AppCompatActivity() {
Toast
.makeText(this@MainActivity, "On text click", Toast.LENGTH_SHORT)
.show()
}
},
style = TextStyle(
textAlign = TextAlign.Justify,
lineHeight = 24.sp,
Expand Down

0 comments on commit b5ac8d6

Please sign in to comment.