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

Fixes #103

parent de391e8c
No related branches found
No related tags found
No related merge requests found
...@@ -736,6 +736,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc ...@@ -736,6 +736,7 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc
if (requestCode == REQUEST_SELECT_ACCOUNT) { if (requestCode == REQUEST_SELECT_ACCOUNT) {
startedSelection = false startedSelection = false
connectedAccount = -1L
if (resultCode == Activity.RESULT_CANCELED) { if (resultCode == Activity.RESULT_CANCELED) {
finish() finish()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment