mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Fix issue with exporting invalid e164s.
This commit is contained in:
@@ -134,5 +134,5 @@ private fun String.e164ToLong(): Long? {
|
||||
this
|
||||
}
|
||||
|
||||
return fixed.toLongOrNull()
|
||||
return fixed.toLongOrNull()?.takeUnless { it == 0L }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user