Skip to content

Commit

Permalink
1,修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Dec 19, 2021
1 parent 062d4a6 commit fdcfc33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class FormatTextView :AppCompatTextView {
for (i in args.indices) { //%1$s
var start = "<a href=\"$i\">"
var end = "</a>"
var value = strings[i]
var value = args[i]
if (italics[i]) {
value = "<em>$value</em>"
}
Expand Down

0 comments on commit fdcfc33

Please sign in to comment.