author | Nikita Kozlov <nikita@elyzion.net> |
Mon, 23 Jan 2012 17:35:22 +0100 | |
changeset 975 | 59d7b3e9580f |
parent 974 | 0867bf998775 |
child 976 | afff9e2452d9 |
--- a/src/com/beem/project/beem/ui/Chat.java Mon Jan 23 17:34:56 2012 +0100 +++ b/src/com/beem/project/beem/ui/Chat.java Mon Jan 23 17:35:22 2012 +0100 @@ -664,7 +664,8 @@ } else { text = Chat.this.getString(R.string.chat_otrstate_plaintext); } - mContactOtrState.setText(text); + if (mContactOtrState != null) + mContactOtrState.setText(text); } /**