Commit 78935ff0 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Add doc to logout method on presenter

parent 8eaf1c4b
...@@ -250,6 +250,9 @@ class ChatRoomsPresenter @Inject constructor(private val view: ChatRoomsView, ...@@ -250,6 +250,9 @@ class ChatRoomsPresenter @Inject constructor(private val view: ChatRoomsView,
client.disconnect() client.disconnect()
} }
/**
* Logout from current server
*/
fun logout() { fun logout() {
launchUI(strategy) { launchUI(strategy) {
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment