mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Memory warning handling.
Memory warnings are now handled by 'MXKRoomDataSourceManager' instance to reload unused data source. It is not required to reload all matrix sessions on memory warning.
This commit is contained in:
@@ -107,7 +107,10 @@
|
||||
[super didReceiveMemoryWarning];
|
||||
|
||||
// Dispose of any resources that can be recreated.
|
||||
[[AppDelegate theDelegate] reloadMatrixSessions:NO];
|
||||
|
||||
// Memory warnings are now handled by 'MXKRoomDataSourceManager' instance to reload unused data source.
|
||||
// It is not required to reload all matrix sessions here
|
||||
// [[AppDelegate theDelegate] reloadMatrixSessions:NO];
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
|
||||
Reference in New Issue
Block a user