Ensure unpersistCharSequence returns nonnull
This commit is contained in:
@@ -20,7 +20,7 @@ object Converters {
|
|||||||
p.unmarshall(data, 0, data.size)
|
p.unmarshall(data, 0, data.size)
|
||||||
p.setDataPosition(0)
|
p.setDataPosition(0)
|
||||||
try {
|
try {
|
||||||
TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(p)
|
TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(p)!!
|
||||||
} catch (e: RuntimeException) {
|
} catch (e: RuntimeException) {
|
||||||
Timber.w(e)
|
Timber.w(e)
|
||||||
""
|
""
|
||||||
|
|||||||
Reference in New Issue
Block a user