Nullify thread on data source reset

This commit is contained in:
ismailgulek
2022-08-26 16:53:50 +03:00
parent ee37f50745
commit 34a83a98c0
@@ -553,6 +553,7 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
}
self.room = nil;
self.thread = nil;
self.secondaryRoom = nil;
}