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
@@ -1026,7 +1026,9 @@ static NSMutableSet* hostList;
- (void)didReceiveMemoryWarning - (void)didReceiveMemoryWarning
{ {
[super 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 { - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {