mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-02-05 13:17:43 +01:00
v4.2.5
This commit is contained in:
parent
a83e63189d
commit
0933cbb84e
@ -22,8 +22,8 @@ android {
|
||||
targetSdkVersion target_sdk_version
|
||||
minSdkVersion min_sdk_version
|
||||
|
||||
versionCode 424
|
||||
versionName "4.2.4"
|
||||
versionCode 425
|
||||
versionName "4.2.5"
|
||||
applicationId "jp.juggler.subwaytooter"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
@ -90,8 +90,8 @@ class DecodeOptions(
|
||||
fun decodeEmoji(s : String?) : Spannable =
|
||||
EmojiDecoder.decodeEmoji(this, s ?: "").workaroundForEmojiLineBreak()
|
||||
|
||||
fun decodeEmojiNullable(s : String?) = when(s) {
|
||||
null -> null
|
||||
else -> EmojiDecoder.decodeEmoji(this, s)
|
||||
}
|
||||
// fun decodeEmojiNullable(s : String?) = when(s) {
|
||||
// null -> null
|
||||
// else -> EmojiDecoder.decodeEmoji(this, s)
|
||||
// }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user