Bug Fix - Home: tapping on an unread room on home page takes you to the wrong room

#1304
This commit is contained in:
Giom Foret 2017-06-22 15:03:30 +02:00
parent 049363d700
commit d47115f47d

View file

@ -161,6 +161,8 @@
[self removeGestureRecognizer:self.gestureRecognizers[0]];
}
self.tag = -1;
roomCellData = nil;
}
@end