Skip to content
Snippets Groups Projects
Verified Commit 22bd5268 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes crash cluster d94b3af4

parent 46cf5b2d
Branches
Tags
No related merge requests found
......@@ -680,7 +680,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc
it is ProtocolVersionException -> {
Toast.makeText(this,
getString(R.string.label_error_invalid_protocol_version,
it.protocol.version),
it.protocol.version.toInt()),
Toast.LENGTH_LONG).show()
}
it is ConnectException &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment