Purge box art cache on low memory warning

This commit is contained in:
Cameron Gutman
2018-08-29 09:24:47 -07:00
parent 4ccb9bebbf
commit 253144188c

View File

@@ -1026,7 +1026,9 @@ static NSMutableSet* hostList;
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
// Purge the box art cache on low memory
[_boxArtCache removeAllObjects];
}
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {