クラッシュレポート対応

This commit is contained in:
tateisu 2018-09-07 20:46:43 +09:00
parent 2de112e189
commit 9c1103ec37
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ class ActAccountSetting
val noteString = src.source?.note ?: src.note
val noteSpannable = when {
account.isMisskey -> {
SpannableString(noteString)
SpannableString(noteString ?: "")
}
else -> {
decodeOptions.decodeEmoji(noteString)