mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 22:23:52 +00:00
Purge box art cache on low memory warning
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user