Skip to content
Snippets Groups Projects
Unverified Commit 849de556 authored by Diego Mello's avatar Diego Mello Committed by GitHub
Browse files

[FIX] Drawer navigation won't refresh chats (#432)

parent 96d0b1fc
No related branches found
No related tags found
No related merge requests found
...@@ -149,10 +149,6 @@ export default class RoomsListView extends LoggedView { ...@@ -149,10 +149,6 @@ export default class RoomsListView extends LoggedView {
this.removeListener(this.direct); this.removeListener(this.direct);
this.removeListener(this.livechat); this.removeListener(this.livechat);
if (database && database.deleteAll) {
database.deleteAll();
}
if (this.timeout) { if (this.timeout) {
clearTimeout(this.timeout); clearTimeout(this.timeout);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment