Closed elmendalerenda closed 12 years ago
When messages are composed the empty strings are filtered and not sended. Change the check to if(value==null) return;
When messages are composed the empty strings are filtered and not sended. Change the check to if(value==null) return;