SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

24 character messages not displaying #1

Closed mwfarb closed 10 years ago

mwfarb commented 10 years ago

In version 1.7.0, 24-character length text messages, received from either Android or iOS devices, are displayed as a blank text field after decryption in the conversation list view. All other text message lengths appear to display correctly.

tenmalin commented 10 years ago

Bug fixed through different way to construct string object in Objective-C. The original way to construct string object is through stringWithCString. However, the function has bug when the number of characters is 2 exactly. This should be a bug in Apple string library. Current solution is to call other function to construct string objects.

tenmalin commented 10 years ago

Close in feature release 1.7.1.