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

Correctly return from the chat activity

parent 310ee1f0
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ class ChatActivity : ServiceBoundActivity() {
getSharedPreferences(Keys.Status.NAME, Context.MODE_PRIVATE).editApply {
putBoolean(Keys.Status.reconnect, false)
}
setResult(Activity.RESULT_OK)
finish()
true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment