Ensure unpersistCharSequence returns nonnull

This commit is contained in:
Mygod
2021-04-16 12:17:20 -04:00
parent f9d16265c7
commit 56155df3b8

View File

@@ -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)
"" ""