Skip to content

Commit

Permalink
2019年 06月 21日 星期五 09:28:06 CST
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket049 committed Jun 21, 2019
1 parent 2643091 commit e6a21d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ui.vala
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public class MyGrid: GLib.Object{
}
public void send_msg(){
// 发送信息
if(this.to==0)
if(this.to==0 || this.entry1.text.length==0)
return;
client.ChatTo(this.to,this.entry1.text);
//var u = this.frds1[this.uid.to_string()];
Expand Down

0 comments on commit e6a21d1

Please sign in to comment.