clear input field after conference pgp message

This commit is contained in:
iNPUTmice 2014-06-16 23:43:45 +02:00
parent 7e8c68b698
commit beafb06b6a
1 changed files with 1 additions and 0 deletions

View File

@ -876,6 +876,7 @@ public class ConversationFragment extends Fragment {
warning.show();
}
activity.encryptTextMessage(message);
messageSent();
} else {
showNoPGPKeyDialog(true,
new DialogInterface.OnClickListener() {